Index: third_party/WebKit/Source/core/frame/FrameView.cpp |
diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp |
index 11c5eee5e30b32069bfde63461c59d841aa6ca98..b086c2cff92cb0a9f2a6b7873f775b3abd4ddfcf 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameView.cpp |
+++ b/third_party/WebKit/Source/core/frame/FrameView.cpp |
@@ -80,6 +80,7 @@ |
#include "core/page/FocusController.h" |
#include "core/page/FrameTree.h" |
#include "core/page/Page.h" |
tdresser
2016/04/26 20:43:50
Is this used?
bokan
2016/04/26 23:06:23
Nope, it's a vestige of development. Removed.
|
+#include "core/page/scrolling/RootScroller.h" |
#include "core/page/scrolling/ScrollingCoordinator.h" |
#include "core/paint/FramePainter.h" |
#include "core/paint/PaintLayer.h" |