| Index: base/gfx/vector_canvas.h
|
| ===================================================================
|
| --- base/gfx/vector_canvas.h (revision 4621)
|
| +++ base/gfx/vector_canvas.h (working copy)
|
| @@ -21,7 +21,7 @@
|
| virtual ~VectorCanvas();
|
|
|
| // For two-part init, call if you use the no-argument constructor above
|
| - void initialize(HDC context, int width, int height);
|
| + bool initialize(HDC context, int width, int height);
|
|
|
| virtual SkBounder* setBounder(SkBounder*);
|
| virtual SkDevice* createDevice(SkBitmap::Config config,
|
|
|