mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
cefclient: Support dynamic configuration of the device scale factor with off-screen rendering (issue #1674)
This commit is contained in:
@@ -39,6 +39,8 @@ class BrowserWindowOsrGtk : public BrowserWindow,
|
||||
void Hide() OVERRIDE;
|
||||
void SetBounds(int x, int y, size_t width, size_t height) OVERRIDE;
|
||||
void SetFocus(bool focus) OVERRIDE;
|
||||
void SetDeviceScaleFactor(float device_scale_factor) OVERRIDE;
|
||||
float GetDeviceScaleFactor() const OVERRIDE;
|
||||
ClientWindowHandle GetWindowHandle() const OVERRIDE;
|
||||
|
||||
// ClientHandlerOsr::OsrDelegate methods.
|
||||
@@ -115,6 +117,8 @@ class BrowserWindowOsrGtk : public BrowserWindow,
|
||||
bool gl_enabled_;
|
||||
bool painting_popup_;
|
||||
|
||||
float device_scale_factor_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(BrowserWindowOsrGtk);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user