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

Unified Diff: android_webview/browser/popup_touch_handle_drawable.h

Issue 2863233002: [WebView] Move files from native to browser (Closed)
Patch Set: Created 3 years, 7 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: android_webview/browser/popup_touch_handle_drawable.h
diff --git a/android_webview/native/popup_touch_handle_drawable.h b/android_webview/browser/popup_touch_handle_drawable.h
similarity index 99%
rename from android_webview/native/popup_touch_handle_drawable.h
rename to android_webview/browser/popup_touch_handle_drawable.h
index fbdca9fa4bf09fad166dbfec02dadbbf2085d7a0..7d678d4dcc999a4c3d94784f6f9af713a7308442 100644
--- a/android_webview/native/popup_touch_handle_drawable.h
+++ b/android_webview/browser/popup_touch_handle_drawable.h
@@ -36,7 +36,6 @@ class PopupTouchHandleDrawable : public ui::TouchHandleDrawable {
float GetDrawableHorizontalPaddingRatio() const override;
private:
-
JavaObjectWeakGlobalRef java_ref_;
const float drawable_horizontal_padding_ratio_;

Powered by Google App Engine
This is Rietveld 408576698