| Index: third_party/WebKit/Source/core/paint/PaintLayer.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.h b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| index b190197cf90abb94029d6366dba38807390cc17e..fa27773d0f28fbdd0adddb8181b21e927749542d 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| @@ -422,6 +422,8 @@ public:
|
| // compositing state may legally be read.
|
| bool isAllowedToQueryCompositingState() const;
|
|
|
| + void finalizeInvalidations();
|
| +
|
| // Don't null check this.
|
| // FIXME: Rename.
|
| CompositedLayerMapping* compositedLayerMapping() const;
|
|
|