Index: Source/core/editing/InputMethodController.cpp |
diff --git a/Source/core/editing/InputMethodController.cpp b/Source/core/editing/InputMethodController.cpp |
index 3f1ef020eb76e8dfe75018e896b569444c233fb4..887653a3df8360e0c2105c390761ea6010fe9020 100644 |
--- a/Source/core/editing/InputMethodController.cpp |
+++ b/Source/core/editing/InputMethodController.cpp |
@@ -36,10 +36,10 @@ |
#include "core/editing/TypingCommand.h" |
#include "core/frame/LocalFrame.h" |
#include "core/html/HTMLTextAreaElement.h" |
+#include "core/layout/LayoutObject.h" |
#include "core/page/Chrome.h" |
#include "core/page/ChromeClient.h" |
#include "core/page/EventHandler.h" |
-#include "core/rendering/RenderObject.h" |
namespace blink { |