| Index: third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| index d7ee1bd183b72a960b26453da278c1eba4adaa19..8a93b02b1009bd9edd08835234ed465aff137be1 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| @@ -54,9 +54,9 @@ class StyleFetchedImageSet final : public StyleImage, private ResourceClient {
|
| CSSValue* cssValue() const override;
|
| CSSValue* computedCSSValue() const override;
|
|
|
| - // FIXME: This is used by StyleImage for equals comparison, but this implementation
|
| - // only looks at the image from the set that we have loaded. I'm not sure if that is
|
| - // meaningful enough or not.
|
| + // FIXME: This is used by StyleImage for equals comparison, but this
|
| + // implementation only looks at the image from the set that we have loaded.
|
| + // I'm not sure if that is meaningful enough or not.
|
| WrappedImagePtr data() const override;
|
|
|
| bool canRender() const override;
|
|
|