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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTextControl.cpp

Issue 1746673002: Node.h #include parsimony. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove unrelated change Created 4 years, 10 months 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
Index: third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp b/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
index 75c6f46e35a136c9489103022003e4fac1d10322..e4e3bcf8b518d701d9a2cbfe1c088871cfd2b7d5 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
@@ -21,6 +21,7 @@
#include "core/layout/LayoutTextControl.h"
+#include "core/dom/StyleChangeReason.h"
#include "core/html/HTMLTextFormControlElement.h"
#include "core/layout/HitTestResult.h"
#include "core/layout/LayoutTheme.h"

Powered by Google App Engine
This is Rietveld 408576698