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

Unified Diff: skia/ext/vector_platform_device_linux.h

Issue 5741001: Even more virtual method deinlining. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase (windows) 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
« no previous file with comments | « remoting/jingle_glue/ssl_socket_adapter.cc ('k') | skia/ext/vector_platform_device_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/vector_platform_device_linux.h
diff --git a/skia/ext/vector_platform_device_linux.h b/skia/ext/vector_platform_device_linux.h
index c6cff1651c0fc6d7e478c6bd350c96e6b8bb7b9c..1cf8a0c551dc152359ffb427ab0d9c90d262585c 100644
--- a/skia/ext/vector_platform_device_linux.h
+++ b/skia/ext/vector_platform_device_linux.h
@@ -33,12 +33,10 @@ class VectorPlatformDevice : public PlatformDevice {
int width, int height);
virtual ~VectorPlatformDevice();
- virtual SkDeviceFactory* getDeviceFactory() {
- return SkNEW(VectorPlatformDeviceFactory);
- }
+ virtual SkDeviceFactory* getDeviceFactory();
- virtual bool IsVectorial() { return true; }
- virtual PlatformSurface beginPlatformPaint() { return context_; }
+ virtual bool IsVectorial();
+ virtual PlatformSurface beginPlatformPaint();
// We translate following skia APIs into corresponding Cairo APIs.
virtual void drawBitmap(const SkDraw& draw, const SkBitmap& bitmap,
« no previous file with comments | « remoting/jingle_glue/ssl_socket_adapter.cc ('k') | skia/ext/vector_platform_device_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698