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

Unified Diff: chrome/browser/ui/views/autofill/card_unmask_prompt_views.h

Issue 2877483003: Implements core logic for Pixel Canvas (Closed)
Patch Set: Update tests Created 3 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/views/autofill/card_unmask_prompt_views.h
diff --git a/chrome/browser/ui/views/autofill/card_unmask_prompt_views.h b/chrome/browser/ui/views/autofill/card_unmask_prompt_views.h
index 51544cec729aa2385591d83e46fa34bf164139db..b76cc667948b49c90f83f3d1aa9f46c363f0d60b 100644
--- a/chrome/browser/ui/views/autofill/card_unmask_prompt_views.h
+++ b/chrome/browser/ui/views/autofill/card_unmask_prompt_views.h
@@ -93,7 +93,7 @@ class CardUnmaskPromptViews : public CardUnmaskPromptView,
~FadeOutView() override;
// views::View
- void PaintChildren(const ui::PaintContext& context) override;
+ void PaintChildren(const ui::PaintInfo& paint_info) override;
void OnPaint(gfx::Canvas* canvas) override;
void set_fade_everything(bool fade_everything) {

Powered by Google App Engine
This is Rietveld 408576698