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

Unified Diff: Source/build/scripts/templates/StyleBuilderFunctions.h.tmpl

Issue 1238943004: CSSValue Immediates: Replace CSSValue usage with const references (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@cssvalue_patch_1
Patch Set: Rebase Created 5 years, 5 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: Source/build/scripts/templates/StyleBuilderFunctions.h.tmpl
diff --git a/Source/build/scripts/templates/StyleBuilderFunctions.h.tmpl b/Source/build/scripts/templates/StyleBuilderFunctions.h.tmpl
index 82e46d21b632ec311c426d748dd91e0e4215e806..4061c0f6fce08ecf4f34080f752fd06e2f7af860 100644
--- a/Source/build/scripts/templates/StyleBuilderFunctions.h.tmpl
+++ b/Source/build/scripts/templates/StyleBuilderFunctions.h.tmpl
@@ -18,7 +18,7 @@ public:
if property.should_declare_functions %}
static void applyInitial{{property_id}}(StyleResolverState&);
static void applyInherit{{property_id}}(StyleResolverState&);
- static void applyValue{{property_id}}(StyleResolverState&, CSSValue);
+ static void applyValue{{property_id}}(StyleResolverState&, const CSSValue&);
{% endfor %}
};
« no previous file with comments | « Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl ('k') | Source/core/animation/CSSValueInterpolationType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698