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

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

Issue 738863002: Move TextPainter to core/paint/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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/paint/TextPainterTest.cpp ('k') | Source/core/rendering/TextPainter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/InlineTextBox.cpp
diff --git a/Source/core/rendering/InlineTextBox.cpp b/Source/core/rendering/InlineTextBox.cpp
index be7704831633f084ef0d36b6e0d0844924185173..12a337247581457eae1b64f6dd173c9516596831 100644
--- a/Source/core/rendering/InlineTextBox.cpp
+++ b/Source/core/rendering/InlineTextBox.cpp
@@ -23,16 +23,6 @@
#include "config.h"
#include "core/rendering/InlineTextBox.h"
-#include "core/dom/Document.h"
-#include "core/dom/DocumentMarkerController.h"
-#include "core/dom/RenderedDocumentMarker.h"
-#include "core/dom/Text.h"
-#include "core/editing/CompositionUnderline.h"
-#include "core/editing/CompositionUnderlineRangeFilter.h"
-#include "core/editing/Editor.h"
-#include "core/editing/InputMethodController.h"
-#include "core/frame/LocalFrame.h"
-#include "core/page/Page.h"
#include "core/paint/InlineTextBoxPainter.h"
#include "core/rendering/AbstractInlineTextBox.h"
#include "core/rendering/EllipsisBox.h"
@@ -40,19 +30,11 @@
#include "core/rendering/PaintInfo.h"
#include "core/rendering/RenderBR.h"
#include "core/rendering/RenderBlock.h"
-#include "core/rendering/RenderCombineText.h"
#include "core/rendering/RenderRubyRun.h"
#include "core/rendering/RenderRubyText.h"
-#include "core/rendering/RenderTheme.h"
-#include "core/rendering/TextPainter.h"
-#include "core/rendering/style/ShadowList.h"
-#include "platform/RuntimeEnabledFeatures.h"
#include "platform/fonts/FontCache.h"
-#include "platform/fonts/GlyphBuffer.h"
#include "platform/fonts/shaping/SimpleShaper.h"
-#include "platform/graphics/GraphicsContextStateSaver.h"
#include "wtf/Vector.h"
-#include "wtf/text/CString.h"
#include "wtf/text/StringBuilder.h"
#include <algorithm>
« no previous file with comments | « Source/core/paint/TextPainterTest.cpp ('k') | Source/core/rendering/TextPainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698