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

Unified Diff: Source/core/dom/Document.h

Issue 129873009: Remove RenderImage::m_needsToSetSizeForAltText (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 45029d3e492fd3eab9ed7b6be483e305506a040a..e5c070a598be18750515c1b49972ba4c920dc575 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -630,10 +630,7 @@ public:
Element* cssTarget() const { return m_cssTarget; }
void scheduleStyleRecalc();
- void unscheduleStyleRecalc();
- bool hasPendingStyleRecalc() const;
bool hasPendingForcedStyleRecalc() const;
- void styleRecalcTimerFired(Timer<Document>*);
void registerNodeList(LiveNodeListBase*);
void unregisterNodeList(LiveNodeListBase*);
@@ -1043,6 +1040,9 @@ private:
void updateUseShadowTrees();
+ void unscheduleStyleRecalc();
+ void styleRecalcTimerFired(Timer<Document>*);
+
void detachParser();
virtual bool isDocument() const OVERRIDE FINAL { return true; }
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698