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

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

Issue 2136373002: Make WindowAndroid a ViewAndroid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@view3
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/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..529ef6e53f005c6a15005a556b033013c7b90f16 100644
--- a/content/public/browser/android/content_view_core.h
+++ b/content/public/browser/android/content_view_core.h
@@ -56,7 +56,7 @@ class CONTENT_EXPORT ContentViewCore {
int start_offset,
int end_offset)>& callback) = 0;
- virtual ui::WindowAndroid* GetWindowAndroid() const = 0;
+ virtual ui::WindowAndroid* GetWindowAndroid() = 0;
virtual const base::android::JavaRef<jobject>& GetViewAndroidDelegate()
const = 0;
virtual cc::Layer* GetLayer() const = 0;

Powered by Google App Engine
This is Rietveld 408576698