summaryrefslogtreecommitdiff
path: root/chromium/ui/views/widget/desktop_aura/desktop_screen_x11.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/views/widget/desktop_aura/desktop_screen_x11.h')
-rw-r--r--chromium/ui/views/widget/desktop_aura/desktop_screen_x11.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/ui/views/widget/desktop_aura/desktop_screen_x11.h b/chromium/ui/views/widget/desktop_aura/desktop_screen_x11.h
index c49d4daf28b..e96d983ccb2 100644
--- a/chromium/ui/views/widget/desktop_aura/desktop_screen_x11.h
+++ b/chromium/ui/views/widget/desktop_aura/desktop_screen_x11.h
@@ -8,6 +8,7 @@
#include <stdint.h>
#include "base/macros.h"
+#include "base/memory/scoped_ptr.h"
#include "base/timer/timer.h"
#include "ui/events/platform/platform_event_dispatcher.h"
#include "ui/gfx/display_change_notifier.h"
@@ -70,6 +71,9 @@ class VIEWS_EXPORT DesktopScreenX11 : public gfx::Screen,
// We delay updating the display so we can coalesce events.
void ConfigureTimerFired();
+ // Updates |displays_| and sets FontRenderParams's scale factor.
+ void SetDisplaysInternal(const std::vector<gfx::Display>& displays);
+
Display* xdisplay_;
::Window x_root_window_;