summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/core/style/StyleFetchedImageSet.h')
-rw-r--r--third_party/WebKit/Source/core/style/StyleFetchedImageSet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
index 0d6ba2c..f45652e 100644
--- a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
+++ b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
@@ -26,7 +26,7 @@
#ifndef StyleFetchedImageSet_h
#define StyleFetchedImageSet_h
-#include "core/fetch/ImageResourceClient.h"
+#include "core/fetch/ResourceClient.h"
#include "core/style/StyleImage.h"
#include "platform/geometry/LayoutSize.h"
@@ -37,7 +37,7 @@ class CSSImageSetValue;
// This class keeps one cached image and has access to a set of alternatives.
-class StyleFetchedImageSet final : public StyleImage, private ImageResourceClient {
+class StyleFetchedImageSet final : public StyleImage, private ResourceClient {
USING_FAST_MALLOC_WILL_BE_REMOVED(StyleFetchedImageSet);
WILL_BE_USING_PRE_FINALIZER(StyleFetchedImageSet, dispose);
public: