Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / css / CSSImageGeneratorValue.h
index ea989b3..7192baf 100644 (file)
@@ -27,7 +27,7 @@
 #define CSSImageGeneratorValue_h
 
 #include "core/css/CSSValue.h"
-#include "core/platform/graphics/IntSizeHash.h"
+#include "platform/geometry/IntSizeHash.h"
 #include "wtf/HashCountedSet.h"
 #include "wtf/RefPtr.h"
 
@@ -67,6 +67,8 @@ public:
 
     void loadSubimages(ResourceFetcher*);
 
+    void traceAfterDispatch(Visitor* visitor) { CSSValue::traceAfterDispatch(visitor); }
+
 protected:
     explicit CSSImageGeneratorValue(ClassType);