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

Unified Diff: Source/core/css/resolver/StyleResourceLoader.h

Issue 196943029: Web Animations API: Load resources referenced in element.animate() (reland) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « Source/core/css/resolver/StyleResolver.cpp ('k') | Source/core/css/resolver/StyleResourceLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/resolver/StyleResourceLoader.h
diff --git a/Source/core/css/resolver/StyleResourceLoader.h b/Source/core/css/resolver/StyleResourceLoader.h
index 0715a6b7984cfe133918719cbdc6f1f5323bc3dd..8d3eff19ec0c1380fbf755cf7c3318892d5ce165 100644
--- a/Source/core/css/resolver/StyleResourceLoader.h
+++ b/Source/core/css/resolver/StyleResourceLoader.h
@@ -46,10 +46,10 @@ public:
void loadPendingResources(RenderStyle*, ElementStyleResources&);
private:
- void loadPendingSVGDocuments(RenderStyle*, const ElementStyleResources&);
+ void loadPendingSVGDocuments(RenderStyle*, ElementStyleResources&);
PassRefPtr<StyleImage> loadPendingImage(StylePendingImage*, float deviceScaleFactor);
- void loadPendingImages(RenderStyle*, const ElementStyleResources&);
+ void loadPendingImages(RenderStyle*, ElementStyleResources&);
void loadPendingShapeImage(RenderStyle*, ShapeValue*, float deviceScaleFactor);
ResourceFetcher* m_fetcher;
« no previous file with comments | « Source/core/css/resolver/StyleResolver.cpp ('k') | Source/core/css/resolver/StyleResourceLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698