Index: Source/core/css/CSSImageSetValue.h |
diff --git a/Source/core/css/CSSImageSetValue.h b/Source/core/css/CSSImageSetValue.h |
index 2234cc9b953e86304d2925ec3cda94f1f9971432..d73460fd396c8153fd77e1d3e19638f7f8463696 100644 |
--- a/Source/core/css/CSSImageSetValue.h |
+++ b/Source/core/css/CSSImageSetValue.h |
@@ -56,6 +56,7 @@ public: |
struct ImageWithScale { |
String imageURL; |
+ String referrer; |
float scaleFactor; |
}; |