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

Unified Diff: third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationClient.h

Issue 2688383002: [ScreenOrientation] Merge mojo interface ScreenOrientationListener into ScreenOrientation
Patch Set: Address comments from mlamouri@ Created 3 years, 10 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 | « third_party/WebKit/public/platform/WebPlatformEventType.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationClient.h
diff --git a/third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationClient.h b/third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationClient.h
index 3530bfc686b83b11cafad6b9481483cde0e914f5..b4a5bcc651a4dbdfed5bbf5bce023ce99d328b35 100644
--- a/third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationClient.h
+++ b/third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationClient.h
@@ -25,6 +25,10 @@ class WebScreenOrientationClient {
// Unlock the screen orientation. No-op if the screen orientation was not
// locked.
virtual void unlockOrientation() = 0;
+
+ virtual void startAccurateListen() = 0;
+
+ virtual void stopAccurateListen() = 0;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/public/platform/WebPlatformEventType.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698