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

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

Issue 1095043003: Convert LayoutObject renderer names. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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/frame/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DocumentLifecycle.h
diff --git a/Source/core/dom/DocumentLifecycle.h b/Source/core/dom/DocumentLifecycle.h
index 025c594d97474534cafe998d82e1aa8d705723c9..7e6f0b7b2f71e36368f090cd0423be3b73d69d5e 100644
--- a/Source/core/dom/DocumentLifecycle.h
+++ b/Source/core/dom/DocumentLifecycle.h
@@ -122,7 +122,7 @@ public:
State state() const { return m_state; }
bool stateAllowsTreeMutations() const;
- bool stateAllowsRenderTreeMutations() const;
+ bool stateAllowsLayoutTreeMutations() const;
bool stateAllowsDetach() const;
bool stateAllowsLayoutInvalidation() const;
@@ -155,7 +155,7 @@ inline bool DocumentLifecycle::stateAllowsTreeMutations() const
&& m_state != InCompositingUpdate;
}
-inline bool DocumentLifecycle::stateAllowsRenderTreeMutations() const
+inline bool DocumentLifecycle::stateAllowsLayoutTreeMutations() const
{
return m_detachCount || m_state == InStyleRecalc;
}
« no previous file with comments | « no previous file | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698