Index: third_party/WebKit/Source/core/html/HTMLInputElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp |
index 0aedaadc46028aa87d0a3b3a241c8d494e32d4ba..23f071a0b8da839e20580bcdea31d4f25a35651b 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp |
@@ -65,6 +65,7 @@ |
#include "core/html/forms/InputType.h" |
#include "core/html/forms/SearchInputType.h" |
#include "core/html/parser/HTMLParserIdioms.h" |
+#include "core/layout/LayoutObject.h" |
#include "core/layout/LayoutTheme.h" |
#include "core/page/ChromeClient.h" |
#include "platform/Language.h" |