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

Unified Diff: Source/core/paint/TextPainterTest.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/TextPainter.cpp ('k') | Source/core/rendering/InlineTextBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/TextPainterTest.cpp
diff --git a/Source/core/rendering/TextPainterTest.cpp b/Source/core/paint/TextPainterTest.cpp
similarity index 99%
rename from Source/core/rendering/TextPainterTest.cpp
rename to Source/core/paint/TextPainterTest.cpp
index 02babfdee02f47a02460d59e3636718ad424faa9..10936eac64fe506ae19ca14ce16aaac9fd55d072 100644
--- a/Source/core/rendering/TextPainterTest.cpp
+++ b/Source/core/paint/TextPainterTest.cpp
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include "config.h"
-#include "core/rendering/TextPainter.h"
+#include "core/paint/TextPainter.h"
#include "core/CSSPropertyNames.h"
#include "core/CSSValueKeywords.h"
« no previous file with comments | « Source/core/paint/TextPainter.cpp ('k') | Source/core/rendering/InlineTextBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698