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 b1154103f59ad39699d987b00ad81936ec28af0f..88630ba9b13c1520587f986f364f7a1f4ca6d788 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -387,9 +387,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, |