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

Unified Diff: Source/core/layout/LayoutFullScreen.cpp

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 | « Source/core/frame/FrameView.cpp ('k') | Source/core/layout/LayoutListItem.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutFullScreen.cpp
diff --git a/Source/core/layout/LayoutFullScreen.cpp b/Source/core/layout/LayoutFullScreen.cpp
index 584578bed18eff80a301bf14e78c62bf88f64a4e..d7813c3d527d93af3e9a5b6e194c7185e02754bc 100644
--- a/Source/core/layout/LayoutFullScreen.cpp
+++ b/Source/core/layout/LayoutFullScreen.cpp
@@ -119,7 +119,7 @@ LayoutObject* LayoutFullScreen::wrapLayoutObject(LayoutObject* object, LayoutObj
{
// FIXME: We should not modify the structure of the layout tree during
// layout. crbug.com/370459
- DeprecatedDisableModifyRenderTreeStructureAsserts disabler;
+ DeprecatedDisableModifyLayoutTreeStructureAsserts disabler;
LayoutFullScreen* fullscreenLayoutObject = LayoutFullScreen::createAnonymous(document);
fullscreenLayoutObject->updateStyle();
@@ -159,7 +159,7 @@ void LayoutFullScreen::unwrapLayoutObject()
{
// FIXME: We should not modify the structure of the layout tree during
// layout. crbug.com/370459
- DeprecatedDisableModifyRenderTreeStructureAsserts disabler;
+ DeprecatedDisableModifyLayoutTreeStructureAsserts disabler;
if (parent()) {
for (LayoutObject* child = firstChild(); child; child = firstChild()) {
« no previous file with comments | « Source/core/frame/FrameView.cpp ('k') | Source/core/layout/LayoutListItem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698