mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add initial Viz implementation for OSR (see issue #2575).
The old shared surface implementation has been removed and will need to be re-implemented using the Viz code path.
This commit is contained in:
committed by
Marshall Greenblatt
parent
cc0db5f166
commit
ac2cc54e13
@ -36,11 +36,11 @@ const int kOsrHeight = 400;
|
||||
|
||||
// bounding client rects for edit box and navigate button
|
||||
#if defined(OS_WIN)
|
||||
const CefRect kExpandedSelectRect(463, 42, 81, 334);
|
||||
const CefRect kExpandedSelectRect(462, 42, 81, 334);
|
||||
#elif defined(OS_MACOSX)
|
||||
const CefRect kExpandedSelectRect(463, 42, 75, 286);
|
||||
const CefRect kExpandedSelectRect(462, 42, 75, 286);
|
||||
#elif defined(OS_LINUX)
|
||||
const CefRect kExpandedSelectRect(463, 42, 79, 334);
|
||||
const CefRect kExpandedSelectRect(462, 42, 79, 334);
|
||||
#else
|
||||
#error "Unsupported platform"
|
||||
#endif // defined(OS_WIN)
|
||||
|
Reference in New Issue
Block a user