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

Unified Diff: ui/views/controls/menu/submenu_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: ui/views/controls/menu/submenu_view.h
diff --git a/ui/views/controls/menu/submenu_view.h b/ui/views/controls/menu/submenu_view.h
index 4ac5f54a3f634785ab034cee826bb0e90a55b003..6f02d7e173a908c1f5a87f24841a2c6bd96226c7 100644
--- a/ui/views/controls/menu/submenu_view.h
+++ b/ui/views/controls/menu/submenu_view.h
@@ -62,7 +62,7 @@ class VIEWS_EXPORT SubmenuView : public PrefixDelegate,
ui::TextInputClient* GetTextInputClient() override;
// Painting.
- void PaintChildren(const PaintContext& context) override;
+ void PaintChildren(const ui::PaintContext& context) override;
// Drag and drop methods. These are forwarded to the MenuController.
bool GetDropFormats(

Powered by Google App Engine
This is Rietveld 408576698