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

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

Issue 2778983006: Make /deep/ as no-op and remove ::shadow in dynamic profile (Closed)
Patch Set: rebased Created 3 years, 7 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/core/css/parser/CSSParserImpl.h
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
index df169adc70d7152a96fae062e90f17b03f197328..ca11f33664bba6f07ebdd9c9d25ccfdb04a03276 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
@@ -84,7 +84,8 @@ class CSSParserImpl {
const CSSParserContext*,
StyleSheetContents*,
bool defer_property_parsing = false);
- static CSSSelectorList ParsePageSelector(CSSParserTokenRange,
+ static CSSSelectorList ParsePageSelector(const CSSParserContext&,
+ CSSParserTokenRange,
StyleSheetContents*);
static ImmutableStylePropertySet* ParseCustomPropertySet(CSSParserTokenRange);
« no previous file with comments | « third_party/WebKit/Source/core/css/parser/CSSParser.cpp ('k') | third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698