| Index: Source/core/rendering/compositing/CompositingPropertyUpdater.h
|
| diff --git a/Source/core/rendering/compositing/CompositingPropertyUpdater.h b/Source/core/rendering/compositing/CompositingPropertyUpdater.h
|
| index 8d47240d58cb3c5234f52dfe29009aea88081b92..7c10ed90fd335615c68577cce70957d3859117cc 100644
|
| --- a/Source/core/rendering/compositing/CompositingPropertyUpdater.h
|
| +++ b/Source/core/rendering/compositing/CompositingPropertyUpdater.h
|
| @@ -33,7 +33,7 @@ public:
|
| ForceUpdate,
|
| };
|
|
|
| - void updateAncestorDependentProperties(RenderLayer*, UpdateType, AncestorInfo = AncestorInfo());
|
| + void updateAncestorDependentProperties(RenderLayer*, UpdateType = DoNotForceUpdate, AncestorInfo = AncestorInfo());
|
|
|
| #if !ASSERT_DISABLED
|
| static void assertNeedsToUpdateAncestorDependantPropertiesBitsCleared(RenderLayer*);
|
|
|