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

Unified Diff: base/gfx/vector_canvas.h

Issue 9459: Make canvas code a bit more resilient to crashes.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
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 | « base/gfx/platform_canvas_win.cc ('k') | base/gfx/vector_canvas.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « base/gfx/platform_canvas_win.cc ('k') | base/gfx/vector_canvas.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698