| Index: Source/platform/graphics/GraphicsLayer.h
|
| diff --git a/Source/platform/graphics/GraphicsLayer.h b/Source/platform/graphics/GraphicsLayer.h
|
| index d97dc4d0340df798a88945afc1cfd9e6b6fe899a..cf04c98f0cca05390c2501337dd8a1664edafcb6 100644
|
| --- a/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/Source/platform/graphics/GraphicsLayer.h
|
| @@ -218,7 +218,7 @@ public:
|
| // pointers for the layers and timing data will be included in the returned string.
|
| String layerTreeAsText(LayerTreeFlags = LayerTreeNormal) const;
|
|
|
| - void resetTrackedRepaints();
|
| + void resetTrackedPaintInvalidations();
|
| void addRepaintRect(const FloatRect&);
|
|
|
| void addLinkHighlight(LinkHighlightClient*);
|
|
|