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: |