| 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..e96d983ccb2d293a68442dfd9ef13ed2718716ff 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_screen_x11.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_screen_x11.h
|
| @@ -71,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_;
|
|
|
|
|