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

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

Issue 2146753002: Android: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/popup_touch_handle_drawable.h
diff --git a/content/browser/android/popup_touch_handle_drawable.h b/content/browser/android/popup_touch_handle_drawable.h
index 9ba4093a58324fb81803c3f15c6b2fda84753fb4..e03520ec9375ce6ea4a31e0f98abf003f3ce97eb 100644
--- a/content/browser/android/popup_touch_handle_drawable.h
+++ b/content/browser/android/popup_touch_handle_drawable.h
@@ -34,8 +34,6 @@ class PopupTouchHandleDrawable : public ui::TouchHandleDrawable {
gfx::RectF GetVisibleBounds() const override;
float GetDrawableHorizontalPaddingRatio() const override;
- static bool RegisterPopupTouchHandleDrawable(JNIEnv* env);
-
private:
PopupTouchHandleDrawable(JNIEnv* env, jobject obj, float dpi_scale);

Powered by Google App Engine
This is Rietveld 408576698