| Index: third_party/WebKit/Source/core/css/CSSImageGeneratorValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.cpp b/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.cpp
|
| index 600f0b5dda7178e859daffc0e1e5215a59572b71..70b0bd8ea484782855af373b823075af0437ab31 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.cpp
|
| @@ -203,7 +203,7 @@ bool CSSImageGeneratorValue::knownToBeOpaque(const LayoutObject& layoutObject) c
|
| return false;
|
| }
|
|
|
| -void CSSImageGeneratorValue::loadSubimages(Document* document)
|
| +void CSSImageGeneratorValue::loadSubimages(const Document& document)
|
| {
|
| switch (getClassType()) {
|
| case CrossfadeClass:
|
|
|