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

Unified Diff: third_party/WebKit/Source/core/css/CSSDefaultStyleSheets.h

Issue 2451893003: Move Document global rule data to CSSGlobalRuleSet. (Closed)
Patch Set: Rebased. 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/css/CSSDefaultStyleSheets.h
diff --git a/third_party/WebKit/Source/core/css/CSSDefaultStyleSheets.h b/third_party/WebKit/Source/core/css/CSSDefaultStyleSheets.h
index 5b53a219871d9942e5e0633bfb52db4decd48cea..c04806004d0705784766620982a822b68ab553f4 100644
--- a/third_party/WebKit/Source/core/css/CSSDefaultStyleSheets.h
+++ b/third_party/WebKit/Source/core/css/CSSDefaultStyleSheets.h
@@ -39,8 +39,7 @@ class CSSDefaultStyleSheets : public GarbageCollected<CSSDefaultStyleSheets> {
public:
static CSSDefaultStyleSheets& instance();
- void ensureDefaultStyleSheetsForElement(const Element&,
- bool& changedDefaultStyle);
+ bool ensureDefaultStyleSheetsForElement(const Element&);
void ensureDefaultStyleSheetForFullscreen();
RuleSet* defaultStyle() { return m_defaultStyle.get(); }
« no previous file with comments | « third_party/WebKit/Source/core/css/BUILD.gn ('k') | third_party/WebKit/Source/core/css/CSSDefaultStyleSheets.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698