| Index: gfx/canvas_2.h
|
| ===================================================================
|
| --- gfx/canvas_2.h (revision 50557)
|
| +++ gfx/canvas_2.h (working copy)
|
| @@ -13,7 +13,7 @@
|
|
|
| namespace gfx {
|
|
|
| -class Canvas;
|
| +class CanvasSkia;
|
| class Font;
|
| class Rect;
|
|
|
| @@ -175,7 +175,7 @@
|
| // TODO(beng): remove this once we don't need to use any skia-specific methods
|
| // through this interface.
|
| // A quick and dirty way to obtain the underlying SkCanvas.
|
| - virtual Canvas* AsCanvas() { return NULL; }
|
| + virtual CanvasSkia* AsCanvasSkia() { return NULL; }
|
| };
|
|
|
| class CanvasPaint2 {
|
|
|