Index: third_party/WebKit/Source/core/frame/TopControls.cpp |
diff --git a/third_party/WebKit/Source/core/frame/TopControls.cpp b/third_party/WebKit/Source/core/frame/TopControls.cpp |
index 387caf2c94dfe60141666b4bb291ffe10487d9cb..4ebcb0338c02737472a7d15999f89e3df9aa5baa 100644 |
--- a/third_party/WebKit/Source/core/frame/TopControls.cpp |
+++ b/third_party/WebKit/Source/core/frame/TopControls.cpp |
@@ -5,6 +5,7 @@ |
#include "core/frame/TopControls.h" |
#include "core/frame/FrameHost.h" |
+#include "core/frame/VisualViewport.h" |
#include "core/page/ChromeClient.h" |
#include "platform/geometry/FloatSize.h" |
#include <algorithm> // for std::min and std::max |