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

Unified Diff: Source/core/paint/TextPainter.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.h ('k') | Source/core/paint/TextPainterTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/TextPainter.cpp
diff --git a/Source/core/rendering/TextPainter.cpp b/Source/core/paint/TextPainter.cpp
similarity index 99%
rename from Source/core/rendering/TextPainter.cpp
rename to Source/core/paint/TextPainter.cpp
index b2c2ac7e0ca425744c5d47d9de0a6ace55d90947..cdb4187e68e49ebd1257f28ae2411cd6fa28ec2a 100644
--- a/Source/core/rendering/TextPainter.cpp
+++ b/Source/core/paint/TextPainter.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/frame/Settings.h"
« no previous file with comments | « Source/core/paint/TextPainter.h ('k') | Source/core/paint/TextPainterTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698