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

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

Issue 1029263011: Don't call PaintChildren() from inside OnPaint(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/autofill/autofill_dialog_views.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/autofill/autofill_dialog_views.h
diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views.h b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
index 6a10bf31051dc098310bc333a636d9f3e9cda5fb..d4c8f66262312b1a463b7eb3836ead76638776ac 100644
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views.h
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
@@ -263,7 +263,6 @@ class AutofillDialogViews : public AutofillDialogView,
const char* GetClassName() const override;
void PaintChildren(gfx::Canvas* canvas,
const views::CullSet& cull_set) override;
- void OnPaint(gfx::Canvas* canvas) override;
void set_arrow_centering_anchor(
const base::WeakPtr<views::View>& arrow_centering_anchor) {
@@ -345,8 +344,6 @@ class AutofillDialogViews : public AutofillDialogView,
// views::MenuButton implementation.
gfx::Size GetPreferredSize() const override;
const char* GetClassName() const override;
- void PaintChildren(gfx::Canvas* canvas,
- const views::CullSet& cull_set) override;
void OnPaint(gfx::Canvas* canvas) override;
private:
« no previous file with comments | « no previous file | chrome/browser/ui/views/autofill/autofill_dialog_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698