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

Unified Diff: gfx/canvas.h

Issue 5783004: Keep deinlining stuff. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Well, it all compiles locally? Created 10 years 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: 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 {

Powered by Google App Engine
This is Rietveld 408576698