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

Unified Diff: third_party/WebKit/Source/core/css/invalidation/StyleInvalidator.h

Issue 2699883002: Add type selector invalidation set for ruleset invalidations. (Closed)
Patch Set: Created 3 years, 10 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/css/invalidation/StyleInvalidator.h
diff --git a/third_party/WebKit/Source/core/css/invalidation/StyleInvalidator.h b/third_party/WebKit/Source/core/css/invalidation/StyleInvalidator.h
index b806ee828aae6c46a29062ee19bc90f24fee303e..7cae9ef5148f395c950a77673a7bd3377e7f37d1 100644
--- a/third_party/WebKit/Source/core/css/invalidation/StyleInvalidator.h
+++ b/third_party/WebKit/Source/core/css/invalidation/StyleInvalidator.h
@@ -18,7 +18,7 @@ class Element;
class HTMLSlotElement;
class InvalidationSet;
-class StyleInvalidator {
+class CORE_EXPORT StyleInvalidator {
DISALLOW_NEW();
WTF_MAKE_NONCOPYABLE(StyleInvalidator);

Powered by Google App Engine
This is Rietveld 408576698