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

Unified Diff: ash/shell.h

Issue 648733003: Implement ScreenOrientationDelegate on ChromeOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move ScreenOrientationDelegate Created 6 years, 2 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
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 9e6e046ccefe55dad3ac68dbff0b82e6b2bbf7b8..cf682218af7a25bf733d83347803bd9d0c5fa5b7 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -118,6 +118,7 @@ class ResolutionNotificationController;
class RootWindowController;
class ScopedTargetRootWindow;
class ScreenAsh;
+class ScreenOrientationDelegate;
class ScreenPositionController;
class SessionStateDelegate;
class Shelf;
@@ -729,6 +730,9 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
// Listens for output changes and updates the display manager.
scoped_ptr<DisplayChangeObserver> display_change_observer_;
+ // Implements content::ScreenOrientationDelegate for ChromeOS
+ scoped_ptr<ScreenOrientationDelegate> screen_orientation_delegate_;
+
#if defined(USE_X11)
scoped_ptr<ui::EventHandler> magnifier_key_scroll_handler_;
scoped_ptr<ui::EventHandler> speech_feedback_handler_;

Powered by Google App Engine
This is Rietveld 408576698