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

Unified Diff: chrome/browser/ui/android/autofill/autofill_popup_view_android.h

Issue 2103243002: Factor out ContentViewAndroidDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments chrome/webview 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: chrome/browser/ui/android/autofill/autofill_popup_view_android.h
diff --git a/chrome/browser/ui/android/autofill/autofill_popup_view_android.h b/chrome/browser/ui/android/autofill/autofill_popup_view_android.h
index 4d36b1a3518abafe79dddd7f5f65738a9982a233..9b2bbbe28e29d01eae969af0504e7068698ea4a9 100644
--- a/chrome/browser/ui/android/autofill/autofill_popup_view_android.h
+++ b/chrome/browser/ui/android/autofill/autofill_popup_view_android.h
@@ -12,6 +12,7 @@
#include "base/compiler_specific.h"
#include "base/macros.h"
#include "chrome/browser/ui/autofill/autofill_popup_view.h"
+#include "ui/android/view_android.h"
namespace gfx {
class Rect;
@@ -64,6 +65,9 @@ class AutofillPopupViewAndroid : public AutofillPopupView {
// The corresponding java object.
base::android::ScopedJavaGlobalRef<jobject> java_object_;
+ // Popup view
+ ui::ViewAndroid::ScopedAnchorView popup_view_;
+
DISALLOW_COPY_AND_ASSIGN(AutofillPopupViewAndroid);
};

Powered by Google App Engine
This is Rietveld 408576698