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

Unified Diff: sky/engine/core/html/HTMLStyleElement.h

Issue 789603003: Remove candidate tracking bit from <style>. (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
« no previous file with comments | « no previous file | sky/engine/core/html/HTMLStyleElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/HTMLStyleElement.h
diff --git a/sky/engine/core/html/HTMLStyleElement.h b/sky/engine/core/html/HTMLStyleElement.h
index 03c9c729137bae36d5733f43940e616a49dc36f4..2b32e4bc5a6a168d49a5d78d6d1e9475c9543f07 100644
--- a/sky/engine/core/html/HTMLStyleElement.h
+++ b/sky/engine/core/html/HTMLStyleElement.h
@@ -61,9 +61,6 @@ private:
virtual void childrenChanged(const ChildrenChange&) override;
RefPtr<CSSStyleSheet> m_sheet;
-
- bool m_loading : 1;
- bool m_registeredAsCandidate : 1;
};
} // namespace blink
« no previous file with comments | « no previous file | sky/engine/core/html/HTMLStyleElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698