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

Unified Diff: third_party/WebKit/Source/build/scripts/templates/CSSPropertyDescriptor.cpp.tmpl

Issue 2329463004: ABANDONED CL: Changes needed to make things compile after running rewrite_to_chrome_style tool. (Closed)
Patch Set: Rebasing the fixes... Created 3 years, 10 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: third_party/WebKit/Source/build/scripts/templates/CSSPropertyDescriptor.cpp.tmpl
diff --git a/third_party/WebKit/Source/build/scripts/templates/CSSPropertyDescriptor.cpp.tmpl b/third_party/WebKit/Source/build/scripts/templates/CSSPropertyDescriptor.cpp.tmpl
index 0cc67d6d5b89221417b0503fc38658112617126a..f1b12d493998a869ce3b14f7aa6ba81ce27ef3b4 100644
--- a/third_party/WebKit/Source/build/scripts/templates/CSSPropertyDescriptor.cpp.tmpl
+++ b/third_party/WebKit/Source/build/scripts/templates/CSSPropertyDescriptor.cpp.tmpl
@@ -32,7 +32,7 @@ static CSSPropertyDescriptor cssPropertyDescriptors[] = {
{% endfor %}
};
-const CSSPropertyDescriptor& CSSPropertyDescriptor::get(CSSPropertyID id) {
+const CSSPropertyDescriptor& CSSPropertyDescriptor::Get(CSSPropertyID id) {
// TODO(aazzam): We are currently using hard-coded indexes for
// cssPropertyDescriptor since we have only implemented a few properties.
// Later, generate this switch statement, or alternatively return

Powered by Google App Engine
This is Rietveld 408576698