Chromium Code Reviews| 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 463c5fdbabb1f1f95e8c02518954407632194dab..07cf5a648c2b5b8bbdffc293be373a1f74d8b99a 100644 |
| --- a/ui/views/widget/desktop_aura/desktop_screen_x11.h |
| +++ b/ui/views/widget/desktop_aura/desktop_screen_x11.h |
| @@ -71,6 +71,8 @@ class VIEWS_EXPORT DesktopScreenX11 : public gfx::Screen, |
| // We delay updating the display so we can coalesce events. |
| void ConfigureTimerFired(); |
| + void SetDisplaysInternal(const std::vector<gfx::Display>& displays); |
|
Daniel Erat
2016/04/08 20:06:38
nit: add a comment describing what this does, e.g.
oshima
2016/04/08 20:16:09
Done.
|
| + |
| Display* xdisplay_; |
| ::Window x_root_window_; |