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" |