| Index: third_party/WebKit/Source/core/css/CSSImageValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSImageValue.h b/third_party/WebKit/Source/core/css/CSSImageValue.h
|
| index f23f1a9c9da38d8e3b547d363913c87124bee7d8..975929d4bd4b1f19fe6cbefd3d8de93d4ee4e634 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSImageValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSImageValue.h
|
| @@ -61,9 +61,9 @@ class CORE_EXPORT CSSImageValue : public CSSValue {
|
| DCHECK(!isCachePending());
|
| return m_cachedImage.get();
|
| }
|
| - StyleImage* cacheImage(
|
| - const Document&,
|
| - CrossOriginAttributeValue = CrossOriginAttributeNotSet);
|
| + StyleImage* cacheImage(const Document&,
|
| + CrossOriginAttributeValue = CrossOriginAttributeNotSet,
|
| + bool allowImagePlaceholder = false);
|
|
|
| const String& url() const { return m_absoluteURL; }
|
|
|
|
|