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

Unified Diff: Source/web/WebViewImpl.h

Issue 132113006: Add initial Blink-side support for the Screen Orientation API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update compile-time assertion for matching enum Created 6 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: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index a0d05b52a53ad401c70b75d426c6b70e436dfa96..67620fe1bb348b3be8ff766306de65c9bcad7122 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -89,6 +89,7 @@ class MIDIClientProxy;
class PinchViewports;
class PopupContainer;
class PrerendererClientImpl;
+class ScreenOrientationClientProxy;
class SpeechInputClientImpl;
class SpeechRecognitionClientProxy;
class UserMediaClientImpl;
@@ -759,6 +760,7 @@ private:
OwnPtr<SpeechRecognitionClientProxy> m_speechRecognitionClient;
OwnPtr<GeolocationClientProxy> m_geolocationClientProxy;
+ OwnPtr<ScreenOrientationClientProxy> m_screenOrientationClientProxy;
UserMediaClientImpl m_userMediaClientImpl;
OwnPtr<MIDIClientProxy> m_midiClientProxy;

Powered by Google App Engine
This is Rietveld 408576698