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

Unified Diff: chrome/browser/ui/views/payments/payment_request_sheet_controller.h

Issue 2802743002: [Web Payments] Fix view clipping when updating content. (Closed)
Patch Set: Let the hierarchy own the content view. Created 3 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/payments/payment_request_sheet_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/payments/payment_request_sheet_controller.h
diff --git a/chrome/browser/ui/views/payments/payment_request_sheet_controller.h b/chrome/browser/ui/views/payments/payment_request_sheet_controller.h
index c5f9a1649dceb7b675fbe06e7e8e1cd6d7f3a8bc..666a0597d5a313874052c09f927526314be90382 100644
--- a/chrome/browser/ui/views/payments/payment_request_sheet_controller.h
+++ b/chrome/browser/ui/views/payments/payment_request_sheet_controller.h
@@ -116,6 +116,7 @@ class PaymentRequestSheetController : public views::ButtonListener {
PaymentRequestDialogView* dialog_;
// This view is owned by its encompassing ScrollView.
+ views::View* pane_;
views::View* content_view_;
DISALLOW_COPY_AND_ASSIGN(PaymentRequestSheetController);
« no previous file with comments | « no previous file | chrome/browser/ui/views/payments/payment_request_sheet_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698