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

Unified Diff: base/gfx/bitmap_platform_device_mac.h

Issue 1616: Refactor the platform canvas unit test a bit so that it can be run on... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years, 3 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 | « base/gfx/bitmap_platform_device.h ('k') | base/gfx/platform_canvas.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/gfx/bitmap_platform_device_mac.h
===================================================================
--- base/gfx/bitmap_platform_device_mac.h (revision 1835)
+++ base/gfx/bitmap_platform_device_mac.h (working copy)
@@ -65,7 +65,8 @@
virtual void DrawToContext(CGContextRef context, int x, int y,
const CGRect* src_rect);
virtual bool IsVectorial() { return false; }
-
+ virtual void fixupAlphaBeforeCompositing() { };
+
// Returns the color value at the specified location. This does not
// consider any transforms that may be set on the device.
SkColor GetColorAt(int x, int y);
« no previous file with comments | « base/gfx/bitmap_platform_device.h ('k') | base/gfx/platform_canvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698