| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 6cfa048a782361068c85b95edc2b7099ede399c2..87ad2bebcb581836ea264820c727661d419fef91 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;
|
| @@ -693,8 +692,6 @@ private:
|
| bool m_recreatingGraphicsContext;
|
| static const WebInputEvent* m_currentInputEvent;
|
|
|
| - OwnPtr<GeolocationClientProxy> m_geolocationClientProxy;
|
| -
|
| MediaKeysClientImpl m_mediaKeysClientImpl;
|
| OwnPtr<WebActiveGestureAnimation> m_gestureAnimation;
|
| WebPoint m_positionOnFlingStart;
|
|
|