Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(470)

Unified Diff: content/browser/android/content_view_render_view.h

Issue 1651933003: Removed few unused methods from ContentViewCore and CVRV (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « content/browser/android/content_view_core_impl.cc ('k') | content/browser/android/content_view_render_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698