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

Unified Diff: base/gfx/platform_canvas_linux.h

Issue 9510: Make PlatformCanvasLinux match up with recent changes in the Windows one, whi... (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 | « no previous file | base/gfx/platform_canvas_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/gfx/platform_canvas_linux.h
===================================================================
--- base/gfx/platform_canvas_linux.h (revision 4951)
+++ base/gfx/platform_canvas_linux.h (working copy)
@@ -27,7 +27,7 @@
virtual ~PlatformCanvasLinux();
// For two-part init, call if you use the no-argument constructor above
- void initialize(int width, int height, bool is_opaque);
+ bool initialize(int width, int height, bool is_opaque);
// Returns the platform device pointer of the topmost rect with a non-empty
// clip. Both the windows and mac versions have an equivalent of this method;
« no previous file with comments | « no previous file | base/gfx/platform_canvas_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698