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

Unified Diff: Source/WebCore/css/CSSCrossfadeValue.h

Issue 9677005: Merge 110326 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 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
« no previous file with comments | « LayoutTests/http/tests/css/resources/abe.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/css/CSSCrossfadeValue.h
===================================================================
--- Source/WebCore/css/CSSCrossfadeValue.h (revision 110452)
+++ Source/WebCore/css/CSSCrossfadeValue.h (working copy)
@@ -27,6 +27,7 @@
#define CSSCrossfadeValue_h
#include "CachedImage.h"
+#include "CachedResourceHandle.h"
#include "CSSImageGeneratorValue.h"
#include "CSSPrimitiveValue.h"
#include "Image.h"
@@ -89,8 +90,8 @@
RefPtr<CSSValue> m_toValue;
RefPtr<CSSPrimitiveValue> m_percentageValue;
- CachedImage* m_cachedFromImage;
- CachedImage* m_cachedToImage;
+ CachedResourceHandle<CachedImage> m_cachedFromImage;
+ CachedResourceHandle<CachedImage> m_cachedToImage;
RefPtr<Image> m_generatedImage;
« no previous file with comments | « LayoutTests/http/tests/css/resources/abe.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698