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

Unified Diff: ui/android/view_android.h

Issue 2453213003: Have WebContentsViewAndroid own ViewAndroid (Closed)
Patch Set: fixed builds & rebased Created 4 years, 1 month 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
« no previous file with comments | « content/browser/web_contents/web_contents_view_android.cc ('k') | ui/android/view_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/view_android.h
diff --git a/ui/android/view_android.h b/ui/android/view_android.h
index d15a16de762efe3f18ae6c034c0ec206057b3c8c..607a1acc72ae4dad10cfc8216cd5d76831b33c6f 100644
--- a/ui/android/view_android.h
+++ b/ui/android/view_android.h
@@ -69,6 +69,8 @@ class UI_ANDROID_EXPORT ViewAndroid {
cc::Layer* GetLayer() const;
void SetLayer(scoped_refptr<cc::Layer> layer);
+ void SetDelegate(const base::android::JavaRef<jobject>& delegate);
+
// Adds this view as a child of another view.
void AddChild(ViewAndroid* child);
« no previous file with comments | « content/browser/web_contents/web_contents_view_android.cc ('k') | ui/android/view_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698