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

Unified Diff: Source/core/rendering/RenderMenuList.cpp

Issue 931633003: Move and rename RenderBR to LayoutBR. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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/rendering/RenderBR.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderMenuList.cpp
diff --git a/Source/core/rendering/RenderMenuList.cpp b/Source/core/rendering/RenderMenuList.cpp
index b19fd6fec045df361a03a84e407ff7515ef2270e..5e1629e01cf2362d3fe8885dd842726b0399234c 100644
--- a/Source/core/rendering/RenderMenuList.cpp
+++ b/Source/core/rendering/RenderMenuList.cpp
@@ -37,9 +37,9 @@
#include "core/html/HTMLOptGroupElement.h"
#include "core/html/HTMLOptionElement.h"
#include "core/html/HTMLSelectElement.h"
+#include "core/layout/LayoutBR.h"
#include "core/layout/LayoutTheme.h"
#include "core/page/Chrome.h"
-#include "core/rendering/RenderBR.h"
#include "core/rendering/RenderScrollbar.h"
#include "core/rendering/RenderView.h"
#include "platform/fonts/FontCache.h"
@@ -276,7 +276,7 @@ void RenderMenuList::setText(const String& s)
DeprecatedDisableModifyRenderTreeStructureAsserts disabler;
if (m_buttonText)
m_buttonText->destroy();
- m_buttonText = new RenderBR(&document());
+ m_buttonText = new LayoutBR(&document());
m_buttonText->setStyle(style());
addChild(m_buttonText);
}
« no previous file with comments | « Source/core/rendering/RenderBR.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698