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

Unified Diff: Source/core/dom/PseudoElement.cpp

Issue 934853002: Move and rename RenderQuote and RenderWordBreak. (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/core.gypi ('k') | Source/core/html/HTMLWBRElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/PseudoElement.cpp
diff --git a/Source/core/dom/PseudoElement.cpp b/Source/core/dom/PseudoElement.cpp
index f3626aa7ae037e39287686281e9f1724c25e6dc9..e839e57aa13458fa29d4120c24f52e4a4bb568af 100644
--- a/Source/core/dom/PseudoElement.cpp
+++ b/Source/core/dom/PseudoElement.cpp
@@ -30,8 +30,8 @@
#include "core/dom/FirstLetterPseudoElement.h"
#include "core/inspector/InspectorInstrumentation.h"
#include "core/layout/LayoutObject.h"
+#include "core/layout/LayoutQuote.h"
#include "core/layout/style/ContentData.h"
-#include "core/rendering/RenderQuote.h"
namespace blink {
@@ -132,7 +132,7 @@ void PseudoElement::attach(const AttachContext& context)
if (renderer->isChildAllowed(child, style)) {
renderer->addChild(child);
if (child->isQuote())
- toRenderQuote(child)->attachQuote();
+ toLayoutQuote(child)->attachQuote();
} else
child->destroy();
}
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/html/HTMLWBRElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698