Index: Source/core/style/StyleImage.h |
diff --git a/Source/core/style/StyleImage.h b/Source/core/style/StyleImage.h |
index 5457c38eb03bc13dc9c2e3d76d0fcd72e56676e1..f8e72987439bf5f6514374853b6e8796c9c322c5 100644 |
--- a/Source/core/style/StyleImage.h |
+++ b/Source/core/style/StyleImage.h |
@@ -51,6 +51,7 @@ public: |
} |
virtual PassRefPtrWillBeRawPtr<CSSValue> cssValue() const = 0; |
+ virtual PassRefPtrWillBeRawPtr<CSSValue> computedCSSValue() const = 0; |
virtual bool canRender(const LayoutObject&, float /*multiplier*/) const { return true; } |
virtual bool isLoaded() const { return true; } |