| Index: Source/Platform/chromium/public/Platform.h
|
| diff --git a/Source/Platform/chromium/public/Platform.h b/Source/Platform/chromium/public/Platform.h
|
| index 2ca26a3d567270b1d7124c4b48b269a9fcd31827..1de9e03339f5a1f98a5c63421c46c6fb9e461cd0 100644
|
| --- a/Source/Platform/chromium/public/Platform.h
|
| +++ b/Source/Platform/chromium/public/Platform.h
|
| @@ -54,6 +54,7 @@ class WebBlobRegistry;
|
| class WebClipboard;
|
| class WebCompositorSupport;
|
| class WebCookieJar;
|
| +class WebDeviceMotionHandler;
|
| class WebDiscardableMemory;
|
| class WebFileSystem;
|
| class WebFileUtilities;
|
| @@ -511,6 +512,10 @@ public:
|
| virtual void didStartWorkerRunLoop(const WebWorkerRunLoop&) { }
|
| virtual void didStopWorkerRunLoop(const WebWorkerRunLoop&) { }
|
|
|
| + // Device Motion / Orientation ----------------------------------------
|
| +
|
| + virtual WebDeviceMotionHandler* deviceMotionHandler() { return 0; }
|
| +
|
| protected:
|
| virtual ~Platform() { }
|
| };
|
|
|