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

Unified Diff: third_party/WebKit/Source/core/css/resolver/MatchRequest.h

Issue 2824853004: Scopeless matching of :host rules for style sharing. (Closed)
Patch Set: Created 3 years, 8 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/resolver/MatchRequest.h
diff --git a/third_party/WebKit/Source/core/css/resolver/MatchRequest.h b/third_party/WebKit/Source/core/css/resolver/MatchRequest.h
index a80936dc21b61da4cd95aa4edc354e4af453bd71..aaafe0d13d1d88d7ac2d3cb4b04b2eda2c14eb4b 100644
--- a/third_party/WebKit/Source/core/css/resolver/MatchRequest.h
+++ b/third_party/WebKit/Source/core/css/resolver/MatchRequest.h
@@ -36,8 +36,8 @@ class MatchRequest {
public:
MatchRequest(RuleSet* rule_set,
- const ContainerNode* scope = 0,
- const CSSStyleSheet* css_sheet = 0,
+ const ContainerNode* scope = nullptr,
+ const CSSStyleSheet* css_sheet = nullptr,
unsigned style_sheet_index = 0)
: rule_set(rule_set),
scope(scope),

Powered by Google App Engine
This is Rietveld 408576698