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

Unified Diff: src/base/gfx/platform_canvas_linux.h

Issue 11225: Fix a proto-type mismatch on a virtual override. (Closed)
Patch Set: Created 12 years, 1 month 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 | « no previous file | src/base/gfx/platform_canvas_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/base/gfx/platform_canvas_linux.h
diff --git a/src/base/gfx/platform_canvas_linux.h b/src/base/gfx/platform_canvas_linux.h
index e13207ee8cac9207607a8eda71cf77f42db433b9..804c6b67dd2d2befff29f555fe66e9853be9f41b 100644
--- a/src/base/gfx/platform_canvas_linux.h
+++ b/src/base/gfx/platform_canvas_linux.h
@@ -37,7 +37,7 @@ class PlatformCanvasLinux : public SkCanvas {
// the device is always our own so we know that we can use GDI operations
// on it. Simply calls into createPlatformDevice().
virtual SkDevice* createDevice(SkBitmap::Config, int width, int height,
- bool is_opaque);
+ bool is_opaque, bool isForLayer);
// Creates a device store for use by the canvas. By default, it creates a
// BitmapPlatformDevice object. Can be overridden to change the object type.
« no previous file with comments | « no previous file | src/base/gfx/platform_canvas_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698