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

Unified Diff: skia/ext/vector_platform_device_cairo_linux.h

Issue 7477008: Remove explicit keyword from multi-argument constructors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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
« no previous file with comments | « sandbox/src/crosscall_params.h ('k') | tools/traceline/traceline/assembler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/vector_platform_device_cairo_linux.h
diff --git a/skia/ext/vector_platform_device_cairo_linux.h b/skia/ext/vector_platform_device_cairo_linux.h
index ff6a2dfaf9c66bd3dd7ccaf304dac5ace55defd8..72a90f65b8ccdace2b4681f971c43ff68de0da9f 100644
--- a/skia/ext/vector_platform_device_cairo_linux.h
+++ b/skia/ext/vector_platform_device_cairo_linux.h
@@ -73,8 +73,7 @@ class SK_API VectorPlatformDeviceCairo : public PlatformDevice {
virtual PlatformSurface BeginPlatformPaint();
protected:
- explicit VectorPlatformDeviceCairo(PlatformSurface context,
- const SkBitmap& bitmap);
+ VectorPlatformDeviceCairo(PlatformSurface context, const SkBitmap& bitmap);
virtual SkDevice* onCreateCompatibleDevice(SkBitmap::Config, int width,
int height, bool isOpaque,
« no previous file with comments | « sandbox/src/crosscall_params.h ('k') | tools/traceline/traceline/assembler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698