| 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 df0276b8d4ecdc7b0c6f7deb023d748e14db056a..e5d9c2d68a4ae79b1d7ba92b8c07c7920b3ae685 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -390,9 +390,6 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| bool DoTopControlsShrinkBlinkSize() const;
|
| float GetTopControlsHeightDip() const;
|
|
|
| - void AttachLayer(scoped_refptr<cc::Layer> layer);
|
| - void RemoveLayer(scoped_refptr<cc::Layer> layer);
|
| -
|
| void MoveRangeSelectionExtent(const gfx::PointF& extent);
|
|
|
| void SelectBetweenCoordinates(const gfx::PointF& base,
|
|
|