| Index: Source/WebCore/platform/graphics/chromium/TiledLayerChromium.h
|
| ===================================================================
|
| --- Source/WebCore/platform/graphics/chromium/TiledLayerChromium.h (revision 110452)
|
| +++ Source/WebCore/platform/graphics/chromium/TiledLayerChromium.h (working copy)
|
| @@ -81,6 +81,9 @@
|
| // Set invalidations to be potentially repainted during update().
|
| void invalidateRect(const IntRect& layerRect);
|
|
|
| + // Reset state on tiles that will be used for updating the layer.
|
| + void resetUpdateState();
|
| +
|
| // Prepare data needed to update textures that intersect with layerRect.
|
| void prepareToUpdate(const IntRect& layerRect);
|
|
|
|
|