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

Unified Diff: sky/engine/core/css/resolver/StyleResourceLoader.h

Issue 825433003: Put the StyleResourceLoader on the stack. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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: sky/engine/core/css/resolver/StyleResourceLoader.h
diff --git a/sky/engine/core/css/resolver/StyleResourceLoader.h b/sky/engine/core/css/resolver/StyleResourceLoader.h
index 82e2abcf3408f9e29b104d89b9e0b7eed5ac1cf2..cfb775d6aa164554faa9708e42ec5f4bbd874fb8 100644
--- a/sky/engine/core/css/resolver/StyleResourceLoader.h
+++ b/sky/engine/core/css/resolver/StyleResourceLoader.h
@@ -31,13 +31,9 @@ namespace blink {
class ElementStyleResources;
class RenderStyle;
class ResourceFetcher;
-class ShapeValue;
class StyleImage;
class StylePendingImage;
-// Manages loading of resources, requested by the stylesheets.
-// Expects the same lifetime as StyleResolver, because
-// it expects ResourceFetcher to never change.
class StyleResourceLoader {
WTF_MAKE_NONCOPYABLE(StyleResourceLoader);
public:
« no previous file with comments | « sky/engine/core/css/resolver/StyleResolver.cpp ('k') | sky/engine/core/css/resolver/StyleResourceLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698