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

Unified Diff: Source/core/paint/TextPainter.cpp

Issue 940373003: Rename RenderText to LayoutText (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Merge w/HEAD again 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
Index: Source/core/paint/TextPainter.cpp
diff --git a/Source/core/paint/TextPainter.cpp b/Source/core/paint/TextPainter.cpp
index 3cfbd11de45d5f9fd6d596a18d253ddbfe9faab4..d0b56447620ac7df77e8c0535d6f8d1ed6c46d50 100644
--- a/Source/core/paint/TextPainter.cpp
+++ b/Source/core/paint/TextPainter.cpp
@@ -7,11 +7,11 @@
#include "core/CSSPropertyNames.h"
#include "core/frame/Settings.h"
+#include "core/layout/LayoutCombineText.h"
#include "core/layout/LayoutObject.h"
#include "core/layout/line/InlineTextBox.h"
#include "core/layout/style/LayoutStyle.h"
#include "core/layout/style/ShadowList.h"
-#include "core/rendering/RenderCombineText.h"
#include "platform/fonts/Font.h"
#include "platform/graphics/GraphicsContext.h"
#include "platform/graphics/GraphicsContextStateSaver.h"

Powered by Google App Engine
This is Rietveld 408576698