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

Unified Diff: third_party/WebKit/Source/core/dom/DocumentStyleSheetCollection.h

Issue 2405143003: Separate @viewport from other RuleSet construction. (Closed)
Patch Set: Missing resolve() Created 4 years, 2 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/dom/DocumentStyleSheetCollection.h
diff --git a/third_party/WebKit/Source/core/dom/DocumentStyleSheetCollection.h b/third_party/WebKit/Source/core/dom/DocumentStyleSheetCollection.h
index dd7c15a202f6daddb3a0fd259fa21007a33eaab2..f062aeb033556241c59737e9ecae5df85ea141b7 100644
--- a/third_party/WebKit/Source/core/dom/DocumentStyleSheetCollection.h
+++ b/third_party/WebKit/Source/core/dom/DocumentStyleSheetCollection.h
@@ -39,7 +39,7 @@ class DocumentStyleSheetCollector;
class StyleEngine;
class TreeScope;
-class DocumentStyleSheetCollection final
+class CORE_EXPORT DocumentStyleSheetCollection final
: public TreeScopeStyleSheetCollection {
WTF_MAKE_NONCOPYABLE(DocumentStyleSheetCollection);
@@ -50,6 +50,7 @@ class DocumentStyleSheetCollection final
void updateActiveStyleSheets(StyleEngine&, StyleResolverUpdateMode);
void collectStyleSheets(StyleEngine&, DocumentStyleSheetCollector&);
+ void updateViewport();
DEFINE_INLINE_VIRTUAL_TRACE() {
TreeScopeStyleSheetCollection::trace(visitor);

Powered by Google App Engine
This is Rietveld 408576698