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

Unified Diff: chrome/browser/ui/views/location_bar/page_action_image_view.h

Issue 1053143002: Make View::Paint use ui::PaintRecorder to access PaintContext's canvas (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: paintrecorder: . 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
Index: chrome/browser/ui/views/location_bar/page_action_image_view.h
diff --git a/chrome/browser/ui/views/location_bar/page_action_image_view.h b/chrome/browser/ui/views/location_bar/page_action_image_view.h
index 5226664ea47e0c4d82801e5e6a9fa26353c0570e..b158edb26179567f4f26faca573ed56494b55546 100644
--- a/chrome/browser/ui/views/location_bar/page_action_image_view.h
+++ b/chrome/browser/ui/views/location_bar/page_action_image_view.h
@@ -57,7 +57,7 @@ class PageActionImageView : public ToolbarActionViewDelegateViews,
static const char kViewClassName[];
// Overridden from View.
- void PaintChildren(const PaintContext& context) override;
+ void PaintChildren(const ui::PaintContext& context) override;
// ToolbarActionViewDelegateViews:
void UpdateState() override;

Powered by Google App Engine
This is Rietveld 408576698