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

Unified Diff: ash/wm/image_grid.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/image_grid.h
diff --git a/ash/wm/image_grid.h b/ash/wm/image_grid.h
index aedf002a3e542dc38c3421d768069c6e56cc5643..886229d8327f983915de21099da8bd43cc576b87 100644
--- a/ash/wm/image_grid.h
+++ b/ash/wm/image_grid.h
@@ -136,7 +136,7 @@ class ASH_EXPORT ImageGrid {
void SetClipRect(const gfx::Rect& clip_rect, ui::Layer* layer);
// ui::LayerDelegate implementation:
- virtual void OnPaintLayer(gfx::Canvas* canvas) OVERRIDE;
+ virtual void OnPaintLayer(gfx::CanvasSkia* canvas) OVERRIDE;
private:
friend class TestAPI;

Powered by Google App Engine
This is Rietveld 408576698