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 4466ba48e91249d335649675a78625a5b82e2623..38f40362e7dd6317aceb2512b0d9339b2e516670 100644 |
--- a/ui/views/widget/desktop_aura/desktop_screen_x11.h |
+++ b/ui/views/widget/desktop_aura/desktop_screen_x11.h |
@@ -47,6 +47,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; |