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

Unified Diff: Source/core/css/resolver/StyleResolver.h

Issue 20560008: Don't assume so easily that RenderStyle data can be shared. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 5 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: Source/core/css/resolver/StyleResolver.h
diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h
index 88670be393059d1cf0afb0a579a0c57cb39c390e..3c5a8b3927b51331ee1207faf1209d702d63b299 100644
--- a/Source/core/css/resolver/StyleResolver.h
+++ b/Source/core/css/resolver/StyleResolver.h
@@ -288,7 +288,7 @@ private:
bool fastRejectSelector(const RuleData&) const;
- void applyMatchedProperties(StyleResolverState&, const MatchResult&, const Element*);
+ void applyMatchedProperties(StyleResolverState&, const MatchResult&);
enum StyleApplicationPass {
VariableDefinitions,

Powered by Google App Engine
This is Rietveld 408576698