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

Unified Diff: Source/core/layout/style/SVGComputedStyleDefs.h

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 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/layout/style/SVGComputedStyle.cpp ('k') | Source/core/layout/style/SVGComputedStyleDefs.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/style/SVGComputedStyleDefs.h
diff --git a/Source/core/layout/style/SVGLayoutStyleDefs.h b/Source/core/layout/style/SVGComputedStyleDefs.h
similarity index 98%
rename from Source/core/layout/style/SVGLayoutStyleDefs.h
rename to Source/core/layout/style/SVGComputedStyleDefs.h
index 70db60b29b1bbbac7faed2237a6e886c2469ae85..db713387d481989758da97e8f843dfa881ae2979 100644
--- a/Source/core/layout/style/SVGLayoutStyleDefs.h
+++ b/Source/core/layout/style/SVGComputedStyleDefs.h
@@ -25,8 +25,8 @@
Boston, MA 02110-1301, USA.
*/
-#ifndef SVGLayoutStyleDefs_h
-#define SVGLayoutStyleDefs_h
+#ifndef SVGComputedStyleDefs_h
+#define SVGComputedStyleDefs_h
#include "platform/Length.h"
#include "platform/graphics/Color.h"
@@ -302,4 +302,4 @@ class StyleLayoutData : public RefCounted<StyleLayoutData> {
} // namespace blink
-#endif // SVGLayoutStyleDefs_h
+#endif // SVGComputedStyleDefs_h
« no previous file with comments | « Source/core/layout/style/SVGComputedStyle.cpp ('k') | Source/core/layout/style/SVGComputedStyleDefs.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698