| Index: ui/views/widget/desktop_aura/desktop_screen_x11.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_screen_x11.h b/ui/views/widget/desktop_aura/desktop_screen_x11.h
|
| index 6811bd28c1db043433cca28ec257c358025a5f23..74e373ad1c56cb2f7bfc830464e37749c692c0fe 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_screen_x11.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_screen_x11.h
|
| @@ -51,6 +51,8 @@ class VIEWS_EXPORT DesktopScreenX11 : public gfx::Screen,
|
| bool CanDispatchEvent(const ui::PlatformEvent& event) override;
|
| uint32_t DispatchEvent(const ui::PlatformEvent& event) override;
|
|
|
| + static void UpdateDeviceScaleFactorForTest();
|
| +
|
| private:
|
| friend class DesktopScreenX11Test;
|
| friend class test::DesktopScreenX11TestApi;
|
|
|