| Index: third_party/WebKit/Source/core/animation/EffectModel.h
|
| diff --git a/third_party/WebKit/Source/core/animation/EffectModel.h b/third_party/WebKit/Source/core/animation/EffectModel.h
|
| index 58b722f667502edd880601863d6632942e51ea9a..0966cccbfd5774f62be8e63b7bbf073c8e5e2697 100644
|
| --- a/third_party/WebKit/Source/core/animation/EffectModel.h
|
| +++ b/third_party/WebKit/Source/core/animation/EffectModel.h
|
| @@ -58,7 +58,7 @@ class CORE_EXPORT EffectModel : public GarbageCollectedFinalized<EffectModel> {
|
| double iterationDuration,
|
| Vector<RefPtr<Interpolation>>&) const = 0;
|
|
|
| - virtual bool affects(PropertyHandle) const { return false; }
|
| + virtual bool affects(const PropertyHandle&) const { return false; }
|
| virtual bool isTransformRelatedEffect() const { return false; }
|
| virtual bool isKeyframeEffectModel() const { return false; }
|
|
|
|
|