| Index: third_party/WebKit/Source/core/frame/FrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
|
| index c46ee1d490b23307a6b1499050d4eef94e1c7fe4..09d8c976f550defec8f03ca5e902000da4613c98 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -30,7 +30,6 @@
|
| #include "core/frame/FrameViewAutoSizeInfo.h"
|
| #include "core/frame/LayoutSubtreeRootList.h"
|
| #include "core/frame/RootFrameViewport.h"
|
| -#include "core/layout/LayoutAnalyzer.h"
|
| #include "core/layout/ScrollAnchor.h"
|
| #include "core/layout/api/LayoutViewItem.h"
|
| #include "core/paint/PaintInvalidationCapableScrollableArea.h"
|
| @@ -68,6 +67,7 @@ class LayoutPart;
|
| class LocalFrame;
|
| class KURL;
|
| class Node;
|
| +class LayoutAnalyzer;
|
| class LayoutBox;
|
| class LayoutEmbeddedObject;
|
| class LayoutObject;
|
|
|