Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1474)

Unified Diff: ui/views/widget/desktop_aura/desktop_screen_x11.h

Issue 1870873003: Remove screen dependency from font_render_params_linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gfx/platform_font_linux.cc ('k') | ui/views/widget/desktop_aura/desktop_screen_x11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « ui/gfx/platform_font_linux.cc ('k') | ui/views/widget/desktop_aura/desktop_screen_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698