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

Unified Diff: Source/core/css/CSSProperties.in

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/css/CSSPrimitiveValueMappings.h ('k') | Source/core/css/CSSProperty.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSProperties.in
diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
index e9b58ecb35788b08128299888e995d8198d9c3a5..b52fe07147cadacac834b6953799c76a3a1459df 100644
--- a/Source/core/css/CSSProperties.in
+++ b/Source/core/css/CSSProperties.in
@@ -37,19 +37,19 @@
// - font
// The default property handlers call into the FontBuilder instead of setting
-// values directly onto the LayoutStyle
+// values directly onto the ComputedStyle
// - svg
-// The default property handlers access the SVGLayoutStyle
+// The default property handlers access the SVGComputedStyle
// - name_for_methods=BlendMode
// Tweaks how we choose defaults for getter, setter, initial and type_name.
// For example, setting this to BlendMode will make us use a setter of setBlendMode
// - initial
-// The initial value accessor on the LayoutStyle, defaults to e.g. initialBoxShadow
+// The initial value accessor on the ComputedStyle, defaults to e.g. initialBoxShadow
// - getter
-// The LayoutStyle getter, defaults to e.g. borderBottomLeft
+// The ComputedStyle getter, defaults to e.g. borderBottomLeft
// - setter
-// The LayoutStyle setter, defaults to e.g. setBorderBottomLeft
+// The ComputedStyle setter, defaults to e.g. setBorderBottomLeft
// - type_name
// The computed type for the property. Only required for the default value
// application, defaults to e.g. EDisplay
« no previous file with comments | « Source/core/css/CSSPrimitiveValueMappings.h ('k') | Source/core/css/CSSProperty.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698