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. |