| Index: gfx/canvas.h
|
| diff --git a/gfx/canvas.h b/gfx/canvas.h
|
| index c68cdabd2bc958016ccd804412264fe2d5a8c3f7..b64c9260a10e33c3d972378e92071d56e1ef940c 100644
|
| --- a/gfx/canvas.h
|
| +++ b/gfx/canvas.h
|
| @@ -210,8 +210,8 @@ class Canvas {
|
| // 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 CanvasSkia* AsCanvasSkia() { return NULL; }
|
| - virtual const CanvasSkia* AsCanvasSkia() const { return NULL; }
|
| + virtual CanvasSkia* AsCanvasSkia();
|
| + virtual const CanvasSkia* AsCanvasSkia() const;
|
| };
|
|
|
| class CanvasPaint {
|
|
|