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

Unified Diff: ash/wm/dialog_frame_view.h

Issue 9562038: ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes Created 8 years, 10 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: ash/wm/dialog_frame_view.h
diff --git a/ash/wm/dialog_frame_view.h b/ash/wm/dialog_frame_view.h
index 21c9b13bec38a80d8812effb15a17522f6123d56..f17e187bd8b04805c5c2094441f8d6ff87111df1 100644
--- a/ash/wm/dialog_frame_view.h
+++ b/ash/wm/dialog_frame_view.h
@@ -45,7 +45,7 @@ class DialogFrameView : public views::NonClientFrameView,
// Overridden from View:
virtual std::string GetClassName() const OVERRIDE;
virtual void Layout() OVERRIDE;
- virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
+ virtual void OnPaint(gfx::CanvasSkia* canvas) OVERRIDE;
// Overridden from views::ButtonListener:
virtual void ButtonPressed(views::Button* sender,

Powered by Google App Engine
This is Rietveld 408576698