| Index: content/browser/android/content_view_core_impl.h
|
| diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
|
| index 9353ad738b2a003aa3ac0866e4361517c0e815c3..58ac00472273941dde821bf02466f47c8b5a69be 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -302,6 +302,8 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| void RemoveBeginFrameSubscriber();
|
| void SetNeedsAnimate();
|
|
|
| + RenderWidgetHostViewAndroid* GetRenderWidgetHostViewAndroid();
|
| +
|
| private:
|
| class ContentViewUserData;
|
|
|
| @@ -319,8 +321,6 @@ class ContentViewCoreImpl : public ContentViewCore,
|
|
|
| void InitWebContents();
|
|
|
| - RenderWidgetHostViewAndroid* GetRenderWidgetHostViewAndroid();
|
| -
|
| float GetTouchPaddingDip();
|
|
|
| WebKit::WebGestureEvent MakeGestureEvent(
|
|
|