| Index: Source/core/style/StyleImage.h
|
| diff --git a/Source/core/style/StyleImage.h b/Source/core/style/StyleImage.h
|
| index 5457c38eb03bc13dc9c2e3d76d0fcd72e56676e1..f6bcc2393d992b1cf8235109c7e82b00e77f0086 100644
|
| --- a/Source/core/style/StyleImage.h
|
| +++ b/Source/core/style/StyleImage.h
|
| @@ -68,6 +68,7 @@ public:
|
| virtual float imageScaleFactor() const { return 1; }
|
| virtual bool knownToBeOpaque(const LayoutObject*) const = 0;
|
| virtual ImageResource* cachedImage() const { return 0; }
|
| + virtual KURL url() const = 0;
|
|
|
| ALWAYS_INLINE bool isImageResource() const { return m_isImageResource; }
|
| ALWAYS_INLINE bool isPendingImage() const { return m_isPendingImage; }
|
|
|