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

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

Issue 2557773004: Remove unused lazyAppend from StyleResolver. (Closed)
Patch Set: Rebased. Created 4 years 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/resolver/ScopedStyleResolver.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/resolver/ScopedStyleResolver.h
diff --git a/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h b/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h
index 443bda7ca5b95a56eed9c1db2a132a6195f28b05..2ca625c22f1b4fa36a6ab4a1ef368714d70e3caa 100644
--- a/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h
+++ b/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h
@@ -57,7 +57,6 @@ class ScopedStyleResolver final : public GarbageCollected<ScopedStyleResolver> {
StyleRuleKeyframes* keyframeStylesForAnimation(
const StringImpl* animationName);
- void appendCSSStyleSheet(CSSStyleSheet&);
void appendActiveStyleSheets(unsigned index, const ActiveStyleSheetVector&);
void collectMatchingAuthorRules(ElementRuleCollector&,
CascadeOrder = ignoreCascadeOrder);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698