| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 614d15e52343ce3707cf5c4baf57902773b672bb..d2c419f095fb542ba36345878a54c3c214b51ac7 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -68,7 +68,6 @@ class UserGestureToken;
|
| }
|
|
|
| namespace blink {
|
| -class GeolocationClientProxy;
|
| class LinkHighlight;
|
| class PopupContainer;
|
| class WebActiveGestureAnimation;
|
| @@ -700,8 +699,6 @@ private:
|
| bool m_recreatingGraphicsContext;
|
| static const WebInputEvent* m_currentInputEvent;
|
|
|
| - OwnPtr<GeolocationClientProxy> m_geolocationClientProxy;
|
| -
|
| MediaKeysClientImpl m_mediaKeysClientImpl;
|
| OwnPtr<WebActiveGestureAnimation> m_gestureAnimation;
|
| WebPoint m_positionOnFlingStart;
|
|
|