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

Unified Diff: third_party/WebKit/public/platform/WebPlatformEventType.h

Issue 2751513007: [Device Service] Eliminate content::ScreenOrientationObserver. (Closed)
Patch Set: Use DCHECK(!m_listener) in destructor Created 3 years, 9 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..e5e3a554b6e84b052ca5277f77704e831b0a03fe 100644
--- a/third_party/WebKit/public/platform/WebPlatformEventType.h
+++ b/third_party/WebKit/public/platform/WebPlatformEventType.h
@@ -13,7 +13,6 @@ enum WebPlatformEventType {
WebPlatformEventTypeDeviceOrientationAbsolute,
WebPlatformEventTypeDeviceLight,
WebPlatformEventTypeGamepad,
- WebPlatformEventTypeScreenOrientation
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698