| Index: chrome/browser/ui/views/payments/view_stack.cc
|
| diff --git a/chrome/browser/ui/views/payments/view_stack.cc b/chrome/browser/ui/views/payments/view_stack.cc
|
| index 1336745239e947071e5d608021c3f7c9c3e4fe7d..e9780f3b16228281ffdecca3a20f2f47c477a846 100644
|
| --- a/chrome/browser/ui/views/payments/view_stack.cc
|
| +++ b/chrome/browser/ui/views/payments/view_stack.cc
|
| @@ -16,7 +16,7 @@ ViewStack::ViewStack()
|
| // Paint to a layer and Mask to Bounds, otherwise descendant views that paint
|
| // to a layer themselves will still paint while they're being animated out and
|
| // are out of bounds of their parent.
|
| - SetPaintToLayer(true);
|
| + SetPaintToLayer();
|
| layer()->SetMasksToBounds(true);
|
| }
|
|
|
|
|