Index: Source/core/style/StyleFetchedImageSet.h |
diff --git a/Source/core/style/StyleFetchedImageSet.h b/Source/core/style/StyleFetchedImageSet.h |
index 2ad89c3fefb7eccd410a0870c642e609f3e5ae46..11d2bda0c9bf417ca6987a01c43345a72622159a 100644 |
--- a/Source/core/style/StyleFetchedImageSet.h |
+++ b/Source/core/style/StyleFetchedImageSet.h |
@@ -48,6 +48,7 @@ public: |
~StyleFetchedImageSet() override; |
PassRefPtrWillBeRawPtr<CSSValue> cssValue() const override; |
+ PassRefPtrWillBeRawPtr<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 |