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

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

Issue 2486143002: Deprecated [ImageLoader 1c] Make StyleFetchedImageSet no longer ResourceClient (Closed)
Patch Set: Rebase Created 4 years, 1 month 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/StyleFetchedImageSet.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8a93b02b1009bd9edd08835234ed465aff137be1..131174bc9d32f749e465917729786799165ee396 100644
--- a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
+++ b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
@@ -38,10 +38,7 @@ class CSSImageSetValue;
// This class keeps one cached image and has access to a set of alternatives.
-class StyleFetchedImageSet final : public StyleImage, private ResourceClient {
- USING_PRE_FINALIZER(StyleFetchedImageSet, dispose);
- USING_GARBAGE_COLLECTED_MIXIN(StyleFetchedImageSet);
-
+class StyleFetchedImageSet final : public StyleImage {
public:
static StyleFetchedImageSet* create(ImageResource* image,
float imageScaleFactor,
@@ -84,10 +81,6 @@ class StyleFetchedImageSet final : public StyleImage, private ResourceClient {
CSSImageSetValue*,
const KURL&);
- void dispose();
-
- String debugName() const override { return "StyleFetchedImageSet"; }
-
Member<ImageResource> m_bestFitImage;
float m_imageScaleFactor;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/StyleFetchedImageSet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698