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

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

Issue 15821009: Move property setting/removing/addParsedProperty/addParsedProperties functions to MutableStylePrope… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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/StylePropertySet.cpp ('k') | Source/core/editing/ApplyStyleCommand.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/resolver/ViewportStyleResolver.h
diff --git a/Source/core/css/resolver/ViewportStyleResolver.h b/Source/core/css/resolver/ViewportStyleResolver.h
index bdbc150994fe1e3cc0d1cd6ce8ab4ce6e03f6c40..2b1cd82d8363a16506f4217e4e2b6c82007426f7 100644
--- a/Source/core/css/resolver/ViewportStyleResolver.h
+++ b/Source/core/css/resolver/ViewportStyleResolver.h
@@ -41,8 +41,8 @@ namespace WebCore {
class CSSPrimitiveValue;
class Document;
+class MutableStylePropertySet;
class StyleRuleViewport;
-class StylePropertySet;
class ViewportStyleResolver : public RefCounted<ViewportStyleResolver> {
public:
@@ -64,7 +64,7 @@ private:
float getViewportArgumentValue(CSSPropertyID) const;
Document* m_document;
- RefPtr<StylePropertySet> m_propertySet;
+ RefPtr<MutableStylePropertySet> m_propertySet;
};
} // namespace WebCore
« no previous file with comments | « Source/core/css/StylePropertySet.cpp ('k') | Source/core/editing/ApplyStyleCommand.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698