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

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

Issue 1913833002: Current work-in-progress crbug.com/567021 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed html import issue. 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
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);

Powered by Google App Engine
This is Rietveld 408576698