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

Unified Diff: ash/shell/panel_window.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/shell/panel_window.h
diff --git a/ash/shell/panel_window.h b/ash/shell/panel_window.h
index cc1afbd0a1df10bd83c38dd6be67e6f92fb00496..5d475304c1a71c0fb7ff41c02a7f5f07a0798085 100644
--- a/ash/shell/panel_window.h
+++ b/ash/shell/panel_window.h
@@ -33,7 +33,7 @@ class PanelWindow : public views::WidgetDelegateView {
private:
// Overridden from views::View:
virtual gfx::Size GetPreferredSize() OVERRIDE;
- virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
+ virtual void OnPaint(gfx::CanvasSkia* canvas) OVERRIDE;
// Overridden from views::WidgetDelegate:
virtual string16 GetWindowTitle() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698