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

Unified Diff: content/public/browser/android/content_view_core.h

Issue 2103243002: Factor out ContentViewAndroidDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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/public/browser/android/content_view_core.h
diff --git a/content/public/browser/android/content_view_core.h b/content/public/browser/android/content_view_core.h
index 44a2e3f81128f5b7944a4edb42d9964cb4c06ffb..d4edba1839f2b85d726110fcf4fb17564df71169 100644
--- a/content/public/browser/android/content_view_core.h
+++ b/content/public/browser/android/content_view_core.h
@@ -57,8 +57,7 @@ class CONTENT_EXPORT ContentViewCore {
int end_offset)>& callback) = 0;
virtual ui::WindowAndroid* GetWindowAndroid() const = 0;
- virtual const base::android::JavaRef<jobject>& GetViewAndroidDelegate()
- const = 0;
+ virtual ui::ViewAndroid* GetViewAndroid() = 0;
no sievers 2016/07/14 23:14:32 I think we don't need this, see other comment.
Jinsuk Kim 2016/07/15 05:46:26 Done.
virtual cc::Layer* GetLayer() const = 0;
protected:

Powered by Google App Engine
This is Rietveld 408576698