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

Unified Diff: ash/shell.h

Issue 680383007: DeviceOrientation API on ChromeOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove implementation details from content/public/browser Created 6 years, 1 month 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 33c0e78667c32f10070087211cdbcd0d8c933ead..96b79608af17b2d0578f1e172b77c9606e5469b6 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -119,6 +119,7 @@ class RootWindowController;
class ScopedTargetRootWindow;
class ScreenAsh;
class ScreenPositionController;
+class SensorManagerDelegateChromeOS;
class SessionStateDelegate;
class Shelf;
class ShelfDelegate;
@@ -730,6 +731,9 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
// Listens for output changes and updates the display manager.
scoped_ptr<DisplayChangeObserver> display_change_observer_;
+ // Listens for accelerometer events to update the content shell.
+ scoped_ptr<SensorManagerDelegateChromeOS> sensor_manager_delegate_;
+
scoped_ptr<TouchTransformerController> touch_transformer_controller_;
#if defined(USE_X11)

Powered by Google App Engine
This is Rietveld 408576698