| Index: Source/platform/graphics/GraphicsContext.h
|
| diff --git a/Source/platform/graphics/GraphicsContext.h b/Source/platform/graphics/GraphicsContext.h
|
| index cb177424822b381be000759b21c50d03185eed2d..f4c3721422a6ef0d14cb128db926625f9efa2be9 100644
|
| --- a/Source/platform/graphics/GraphicsContext.h
|
| +++ b/Source/platform/graphics/GraphicsContext.h
|
| @@ -305,6 +305,9 @@ public:
|
| void beginLayer(float opacity, CompositeOperator, const FloatRect* = 0, ColorFilter = ColorFilterNone, ImageFilter* = 0);
|
| void endLayer();
|
|
|
| + void beginCull(const FloatRect&);
|
| + void endCull();
|
| +
|
| // Instead of being dispatched to the active canvas, draw commands following beginRecording()
|
| // are stored in a display list that can be replayed at a later time.
|
| void beginRecording(const FloatRect& bounds);
|
|
|