X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fcss%2Fresolver%2FScopedStyleResolver.h;h=c509875e4b7878f2d94230cce23fde5a1c48fafb;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=6445b1b3b651eaca7fb88d66bfa2a2972023a8fc;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h b/src/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h index 6445b1b..c509875 100644 --- a/src/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h +++ b/src/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h @@ -61,7 +61,7 @@ public: const StyleRuleKeyframes* keyframeStylesForAnimation(const StringImpl* animationName); void addKeyframeStyle(PassRefPtrWillBeRawPtr); - void collectMatchingAuthorRules(ElementRuleCollector&, bool includeEmptyRules, bool applyAuthorStyles, CascadeScope, CascadeOrder = ignoreCascadeOrder); + void collectMatchingAuthorRules(ElementRuleCollector&, bool includeEmptyRules, CascadeScope, CascadeOrder = ignoreCascadeOrder); void matchPageRules(PageRuleCollector&); void addRulesFromSheet(CSSStyleSheet*, const MediaQueryEvaluator&, StyleResolver*); void collectFeaturesTo(RuleFeatureSet&, HashSet& visitedSharedStyleSheetContents) const;