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

Unified Diff: sky/engine/core/css/StyleKeyframe.h

Issue 758573005: Remove CSSOM mutability in StyleRule. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « no previous file | sky/engine/core/css/StyleKeyframe.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/StyleKeyframe.h
diff --git a/sky/engine/core/css/StyleKeyframe.h b/sky/engine/core/css/StyleKeyframe.h
index 7d6dc0165acb33e4c6d55c6034efe4826c73832c..d80b7d64b951bd1b17bc4d3931cce71de659c904 100644
--- a/sky/engine/core/css/StyleKeyframe.h
+++ b/sky/engine/core/css/StyleKeyframe.h
@@ -58,7 +58,6 @@ public:
void setKeys(PassOwnPtr<Vector<double> >);
const StylePropertySet& properties() const { return *m_properties; }
- MutableStylePropertySet& mutableProperties();
void setProperties(PassRefPtr<StylePropertySet>);
String cssText() const;
« no previous file with comments | « no previous file | sky/engine/core/css/StyleKeyframe.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698