Index: content/browser/android/content_view_render_view.h |
diff --git a/content/browser/android/content_view_render_view.h b/content/browser/android/content_view_render_view.h |
index c571de0fd4e3c1d030d04af6461ce7c95337ad46..50f3b9c4f8336d0acc8deb22418559a2dc84cbc0 100644 |
--- a/content/browser/android/content_view_render_view.h |
+++ b/content/browser/android/content_view_render_view.h |
@@ -48,13 +48,6 @@ class ContentViewRenderView : public CompositorClient { |
void SetOverlayVideoMode(JNIEnv* env, |
const base::android::JavaParamRef<jobject>& obj, |
bool enabled); |
- void SetNeedsComposite(JNIEnv* env, |
- const base::android::JavaParamRef<jobject>& obj); |
- |
- // TODO(yusufo): Remove this once the compositor code is |
- // refactored to use a unified system. |
- jlong GetUIResourceProvider(JNIEnv* env, |
- const base::android::JavaParamRef<jobject>& obj); |
// CompositorClient implementation |
void UpdateLayerTreeHost() override; |