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

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

Issue 1907103002: X11: Handle change notify for _NET_WORKAREA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update window geometry when the WM tells us our work area has changed. 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 | « no previous file | 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 31f5f02a3ae280ce41100d994820b8d1a5069e5e..fb755d92402795651425133839acbc12e588177d 100644
--- a/ui/views/widget/desktop_aura/desktop_screen_x11.h
+++ b/ui/views/widget/desktop_aura/desktop_screen_x11.h
@@ -14,6 +14,7 @@
#include "ui/events/platform/platform_event_dispatcher.h"
#include "ui/gfx/display_change_notifier.h"
#include "ui/gfx/screen.h"
+#include "ui/gfx/x/x11_atom_cache.h"
#include "ui/views/views_export.h"
namespace gfx {
@@ -94,6 +95,8 @@ class VIEWS_EXPORT DesktopScreenX11 : public gfx::Screen,
gfx::DisplayChangeNotifier change_notifier_;
+ ui::X11AtomCache atom_cache_;
+
DISALLOW_COPY_AND_ASSIGN(DesktopScreenX11);
};
« no previous file with comments | « no previous file | ui/views/widget/desktop_aura/desktop_screen_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698