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..9da0ccf58b86680a1d075188942c99780b46a036 100644 |
--- a/content/browser/android/content_view_render_view.h |
+++ b/content/browser/android/content_view_render_view.h |
@@ -30,7 +30,6 @@ class ContentViewRenderView : public CompositorClient { |
gfx::NativeWindow root_window); |
// Methods called from Java via JNI ----------------------------------------- |
- void Destroy(JNIEnv* env, const base::android::JavaParamRef<jobject>& obj); |
Ted C
2016/02/01 21:51:00
I would leave destroy. It is probably a bug in th
AKV
2016/02/02 06:02:01
Thanks. I will try to fix that as well in next pat
|
void SetCurrentContentViewCore( |
JNIEnv* env, |
const base::android::JavaParamRef<jobject>& obj, |
@@ -51,11 +50,6 @@ class ContentViewRenderView : public CompositorClient { |
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; |
void OnSwapBuffersCompleted(int pending_swap_buffers) override; |