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

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h

Issue 2917323003: Move AddProperty to a helper class. (Closed)
Patch Set: Changed the wrapper function name to AddParsedProperty. Created 3 years, 6 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 | « no previous file | third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
index 57a3ee89d5e0f5650e301b7ea6e361453e5aa9f5..e6d338d9bf5312d016fa35e9a745d8d717f27484 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
@@ -72,11 +72,11 @@ class CSSPropertyParser {
bool ParseViewportDescriptor(CSSPropertyID prop_id, bool important);
bool ParseFontFaceDescriptor(CSSPropertyID);
- void AddProperty(CSSPropertyID,
- CSSPropertyID,
- const CSSValue&,
- bool important,
- bool implicit = false);
+ void AddParsedProperty(CSSPropertyID resolved_property,
+ CSSPropertyID current_shorthand,
+ const CSSValue&,
+ bool important,
+ bool implicit = false);
void AddExpandedPropertyForValue(CSSPropertyID prop_id,
const CSSValue&,
bool);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698