| 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);
|
|
|
|
|