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

Unified Diff: Source/web/WebViewImpl.h

Issue 169403006: Screen Orientation API: screen.orientation & orientationchange event (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 0bad5b6b6aa5d12339f4ebc568ae13b27817c46a..4f88e58ddf95111fb71fa8fc5295fdbc643a47ab 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;
abarth-chromium 2014/02/18 01:34:27 Geolocation is plumbed backwards. Its' not a good
Inactive 2014/02/18 20:52:47 Done.
UserMediaClientImpl m_userMediaClientImpl;
OwnPtr<MIDIClientProxy> m_midiClientProxy;

Powered by Google App Engine
This is Rietveld 408576698