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

Unified Diff: core/cross/cairo/renderer_cairo.h

Issue 6255003: O2D:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 9 years, 11 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 | « core/cross/cairo/pattern.cc ('k') | core/cross/cairo/renderer_cairo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/cross/cairo/renderer_cairo.h
===================================================================
--- core/cross/cairo/renderer_cairo.h (revision 71475)
+++ core/cross/cairo/renderer_cairo.h (working copy)
@@ -218,8 +218,8 @@
float min_z,
float max_z);
- // Mask the area of the current layer that will collide with other images.
- void MaskArea(cairo_t* cr, LayerList::iterator it);
+ // Clip the area of the current layer that will collide with other images.
+ void ClipArea(cairo_t* cr, LayerList::iterator it);
// Paint the background with black color.
// TODO(fransiskusx): Support changing the background color.
« no previous file with comments | « core/cross/cairo/pattern.cc ('k') | core/cross/cairo/renderer_cairo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698