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

Unified Diff: third_party/WebKit/Source/core/css/CSSCrossfadeValue.h

Issue 1667843003: Make Resource RefCountedWillBeGarbageCollectedFinalized, attempt #2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase + address review comments 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
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/css/CSSCrossfadeValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/CSSCrossfadeValue.h
diff --git a/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h b/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h
index 8f93a01af78ad22a6a9476f2cd2aa9476dc0ef92..0a3a9d6d38d050fe0e176bd4ce46d2415cab07c2 100644
--- a/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h
+++ b/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h
@@ -31,7 +31,6 @@
#include "core/css/CSSPrimitiveValue.h"
#include "core/fetch/ImageResource.h"
#include "core/fetch/ImageResourceClient.h"
-#include "core/fetch/ResourcePtr.h"
#include "platform/graphics/Image.h"
namespace blink {
@@ -102,8 +101,8 @@ private:
RefPtrWillBeMember<CSSValue> m_toValue;
RefPtrWillBeMember<CSSPrimitiveValue> m_percentageValue;
- ResourcePtr<ImageResource> m_cachedFromImage;
- ResourcePtr<ImageResource> m_cachedToImage;
+ RefPtrWillBeMember<ImageResource> m_cachedFromImage;
+ RefPtrWillBeMember<ImageResource> m_cachedToImage;
RefPtr<Image> m_generatedImage;
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/css/CSSCrossfadeValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698