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

Unified Diff: third_party/WebKit/public/platform/WebPlatformEventType.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
Index: third_party/WebKit/public/platform/WebPlatformEventType.h
diff --git a/third_party/WebKit/public/platform/WebPlatformEventType.h b/third_party/WebKit/public/platform/WebPlatformEventType.h
index a5d457592b2c023750a061b756a925e7365fa342..a5c8d21571b64c3f89bfcaadca091f18217a702d 100644
--- a/third_party/WebKit/public/platform/WebPlatformEventType.h
+++ b/third_party/WebKit/public/platform/WebPlatformEventType.h
@@ -12,8 +12,7 @@ enum WebPlatformEventType {
WebPlatformEventTypeDeviceOrientation,
WebPlatformEventTypeDeviceOrientationAbsolute,
WebPlatformEventTypeDeviceLight,
- WebPlatformEventTypeGamepad,
- WebPlatformEventTypeScreenOrientation
+ WebPlatformEventTypeGamepad
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698