Chromium Code Reviews| 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; |