Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/CSSCrossfadeValue.h |
| diff --git a/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h b/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h |
| index dbb0c436be3055bb7023de9f8d9d09eecabf9926..d32a21f29825b7cc45d39f0b792cbdbeaa9a56b6 100644 |
| --- a/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h |
| +++ b/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h |
| @@ -87,7 +87,7 @@ private: |
| visitor->trace(m_ownerValue); |
| } |
| - void imageChanged(ImageResource*, const IntRect* = nullptr) override; |
| + void imageChanged(bool, ImageResource*, const IntRect* = nullptr) override; |
|
esprehn
2016/03/22 23:31:49
what's the argument? bool should have a name.
hiroshige
2016/03/24 17:26:44
Removed the parameter.
|
| String debugName() const override { return "CrossfadeSubimageObserverProxy"; } |
| void setReady(bool ready) { m_ready = ready; } |
| private: |