| Index: content/browser/web_contents/web_contents_view_aura.h
|
| diff --git a/content/browser/web_contents/web_contents_view_aura.h b/content/browser/web_contents/web_contents_view_aura.h
|
| index cf5177662ae2eb360f53c2281a301001ab817ebd..b9ec52cf9ebf15047abce426eaac002daaf9683d 100644
|
| --- a/content/browser/web_contents/web_contents_view_aura.h
|
| +++ b/content/browser/web_contents/web_contents_view_aura.h
|
| @@ -37,7 +37,6 @@ class OverscrollNavigationOverlay;
|
| class RenderWidgetHostImpl;
|
| class RenderWidgetHostViewAura;
|
| class ShadowLayerDelegate;
|
| -class TouchEditableImplAura;
|
| class WebContentsViewDelegate;
|
| class WebContentsImpl;
|
| class WebDragDestDelegate;
|
| @@ -61,9 +60,6 @@ class WebContentsViewAura
|
| WebContentsViewAura(WebContentsImpl* web_contents,
|
| WebContentsViewDelegate* delegate);
|
|
|
| - CONTENT_EXPORT void SetTouchEditableForTest(
|
| - TouchEditableImplAura* touch_editable);
|
| -
|
| private:
|
| class WindowObserver;
|
|
|
| @@ -110,8 +106,6 @@ class WebContentsViewAura
|
| // overscroll (|delta_x|, in pixels).
|
| void UpdateOverscrollWindowBrightness(float delta_x);
|
|
|
| - void AttachTouchEditableToRenderView();
|
| -
|
| void OverscrollUpdateForWebContentsDelegate(float delta_y);
|
|
|
| // Overridden from WebContentsView:
|
| @@ -247,7 +241,6 @@ class WebContentsViewAura
|
|
|
| scoped_ptr<ShadowLayerDelegate> overscroll_shadow_;
|
|
|
| - scoped_ptr<TouchEditableImplAura> touch_editable_;
|
| scoped_ptr<GestureNavSimple> gesture_nav_simple_;
|
|
|
| #if defined(OS_WIN)
|
|
|