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

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

Issue 1651933003: Removed few unused methods from ContentViewCore and CVRV (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed CVRV::SetNeedsComposite() as well 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
« no previous file with comments | « no previous file | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2e0b22694ee6b2432d15ae3574c0a0cd65a95a02..af867fad639ce11d055b32e406ca55101b0eacfe 100644
--- a/content/browser/android/content_view_core_impl.h
+++ b/content/browser/android/content_view_core_impl.h
@@ -207,10 +207,6 @@ class ContentViewCoreImpl : public ContentViewCore,
jfloat y1,
jfloat x2,
jfloat y2);
- void MoveCaret(JNIEnv* env,
- const base::android::JavaParamRef<jobject>& obj,
- jfloat x,
- jfloat y);
void DismissTextHandles(JNIEnv* env,
const base::android::JavaParamRef<jobject>& obj);
void SetTextHandlesTemporarilyHidden(
@@ -236,7 +232,6 @@ class ContentViewCoreImpl : public ContentViewCore,
jboolean focused);
jint GetBackgroundColor(JNIEnv* env, jobject obj);
- void SetBackgroundColor(JNIEnv* env, jobject obj, jint color);
void SetAllowJavascriptInterfacesInspection(
JNIEnv* env,
const base::android::JavaParamRef<jobject>& obj,
« no previous file with comments | « no previous file | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698