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

Unified Diff: Source/core/css/CSSStyleSheet.h

Issue 196653006: Optimize StyleSheetContents::checkLoaded by keeping track of completed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
« no previous file with comments | « no previous file | Source/core/css/CSSStyleSheet.cpp » ('j') | Source/core/css/CSSStyleSheet.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSStyleSheet.h
diff --git a/Source/core/css/CSSStyleSheet.h b/Source/core/css/CSSStyleSheet.h
index 1077a6378078e14b3658f9313815a8c3ab01bc3a..1f0257e36b69a75dffc6cc1b51c61e4777821981 100644
--- a/Source/core/css/CSSStyleSheet.h
+++ b/Source/core/css/CSSStyleSheet.h
@@ -129,6 +129,8 @@ private:
bool canAccessRules() const;
+ void setLoadCompleted(bool);
+
RefPtrWillBeMember<StyleSheetContents> m_contents;
bool m_isInlineStylesheet;
bool m_isDisabled;
« no previous file with comments | « no previous file | Source/core/css/CSSStyleSheet.cpp » ('j') | Source/core/css/CSSStyleSheet.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698