Chromium Code Reviews| Index: ui/android/view_android.h |
| diff --git a/ui/android/view_android.h b/ui/android/view_android.h |
| index db49468b86b3b5150cc04b1797516bb4f896661b..00948f8a890111260b0886cf46ddb7896c7a9321 100644 |
| --- a/ui/android/view_android.h |
| +++ b/ui/android/view_android.h |
| @@ -94,6 +94,8 @@ class UI_ANDROID_EXPORT ViewAndroid { |
| void SetAnchorRect(const base::android::JavaRef<jobject>& anchor, |
| const gfx::RectF& bounds); |
| + base::android::ScopedJavaLocalRef<jobject> GetContainerView(); |
|
boliu
2017/01/18 18:21:16
add a comment this may return null
Jinsuk Kim
2017/01/19 23:48:08
Done.
|
| + |
| protected: |
| ViewAndroid* parent_; |