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

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

Issue 1697713002: [WIP] ImageResourceClient->ImageResourceObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/StyleFetchedImage.h
diff --git a/third_party/WebKit/Source/core/style/StyleFetchedImage.h b/third_party/WebKit/Source/core/style/StyleFetchedImage.h
index 7150261c8a4f977b8d3fa5f61f703ee42fabf51d..9133174b64962216e03548e62fbc5c516e23595f 100644
--- a/third_party/WebKit/Source/core/style/StyleFetchedImage.h
+++ b/third_party/WebKit/Source/core/style/StyleFetchedImage.h
@@ -24,7 +24,7 @@
#ifndef StyleFetchedImage_h
#define StyleFetchedImage_h
-#include "core/fetch/ImageResourceClient.h"
+#include "core/fetch/ResourceClient.h"
#include "core/style/StyleImage.h"
namespace blink {
@@ -32,7 +32,7 @@ namespace blink {
class Document;
class ImageResource;
-class StyleFetchedImage final : public StyleImage, private ImageResourceClient {
+class StyleFetchedImage final : public StyleImage, private ResourceClient {
USING_FAST_MALLOC_WILL_BE_REMOVED(StyleFetchedImage);
WILL_BE_USING_PRE_FINALIZER(StyleFetchedImage, dispose);
public:

Powered by Google App Engine
This is Rietveld 408576698