Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(794)

Unified Diff: third_party/WebKit/Source/core/style/StyleFetchedImageSet.h

Issue 1706083002: Split ImageResourceClient into ResourceClient and ImageResourceObserver [1/2] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
diff --git a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
index 0d6ba2c23a59b6304bee6b2c82eec7894bc5ab51..f45652eb41cf71aeaf1136681f54abe6483b1697 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:

Powered by Google App Engine
This is Rietveld 408576698