| Index: third_party/WebKit/Source/core/css/CSSPaintValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSPaintValue.h b/third_party/WebKit/Source/core/css/CSSPaintValue.h
|
| index 9b47049d3e1e0ffa87e6e4d492f161bfc174ca5f..bfc41aa64596d66496734449367d79c4e7ade426 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSPaintValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSPaintValue.h
|
| @@ -29,7 +29,7 @@ public:
|
| IntSize fixedSize(const LayoutObject&) { return IntSize(); }
|
|
|
| bool isPending() const { return true; }
|
| - bool knownToBeOpaque(const LayoutObject&) const { return false; }
|
| + bool knownToBeOpaque(const LayoutObject&) const;
|
|
|
| void loadSubimages(Document*) { }
|
|
|
|
|