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

Unified Diff: sky/engine/core/dom/Document.h

Issue 796713002: Turn StyleSharing to 11. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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: sky/engine/core/dom/Document.h
diff --git a/sky/engine/core/dom/Document.h b/sky/engine/core/dom/Document.h
index a407de4d9110b5041015f4d15977ed89e146ac3e..b767dbbe811d4442c88632c2ee6a38464e1d8f37 100644
--- a/sky/engine/core/dom/Document.h
+++ b/sky/engine/core/dom/Document.h
@@ -233,9 +233,6 @@ public:
bool isRenderingReady() const { return haveImportsLoaded(); }
bool isScriptExecutionReady() const { return isRenderingReady(); }
- // This is a DOM function.
- StyleSheetList* styleSheets();
-
StyleEngine* styleEngine() { return m_styleEngine.get(); }
// Called when one or more stylesheets in the document may have been added, removed, or changed.
@@ -719,7 +716,6 @@ private:
MutationObserverOptions m_mutationObserverTypes;
OwnPtr<StyleEngine> m_styleEngine;
- RefPtr<StyleSheetList> m_styleSheetList;
TextLinkColors m_textLinkColors;

Powered by Google App Engine
This is Rietveld 408576698