| Index: third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h b/third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h
|
| index 83ee2d3aadf66fa75a54e22ae4472b07cacb7d30..01ee2d9ff6f7f05c0a5d2d18d4c923c47d427185 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h
|
| @@ -62,7 +62,8 @@ class PLATFORM_EXPORT PropertyTreeState {
|
| // Returns the compositor element id, if any, for this property state. If
|
| // neither the effect nor transform nodes have a compositor element id then a
|
| // default instance is returned.
|
| - const CompositorElementId GetCompositorElementId() const;
|
| + const CompositorElementId GetCompositorElementId(
|
| + const CompositorElementIdSet& element_ids) const;
|
|
|
| enum InnermostNode {
|
| kNone, // None means that all nodes are their root values
|
|
|