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

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

Issue 1964153002: Move Screen, its impls, DisplayObserver and DisplayChangeNotifier to ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tabs Created 4 years, 7 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/views/widget/desktop_aura/desktop_screen.h ('k') | no next file » | 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 155788e784371f95c8fe016648cd600a92cb8d55..03f5c6255b03ac75a1684ac4c3fe3836ed4fc073 100644
--- a/ui/views/widget/desktop_aura/desktop_screen_x11.h
+++ b/ui/views/widget/desktop_aura/desktop_screen_x11.h
@@ -11,9 +11,9 @@
#include "base/macros.h"
#include "base/timer/timer.h"
+#include "ui/display/display_change_notifier.h"
#include "ui/display/screen.h"
#include "ui/events/platform/platform_event_dispatcher.h"
-#include "ui/gfx/display_change_notifier.h"
#include "ui/gfx/x/x11_atom_cache.h"
#include "ui/views/views_export.h"
@@ -95,7 +95,7 @@ class VIEWS_EXPORT DesktopScreenX11 : public display::Screen,
// Dispatch().
std::unique_ptr<base::OneShotTimer> configure_timer_;
- gfx::DisplayChangeNotifier change_notifier_;
+ display::DisplayChangeNotifier change_notifier_;
ui::X11AtomCache atom_cache_;
« no previous file with comments | « ui/views/widget/desktop_aura/desktop_screen.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698