| Index: third_party/WebKit/Source/core/editing/LayoutSelection.h
|
| diff --git a/third_party/WebKit/Source/core/editing/LayoutSelection.h b/third_party/WebKit/Source/core/editing/LayoutSelection.h
|
| index 3e7686f65f7ae6b259dfc007dff0644652a35f70..7cf1788ef4ab3f36b4a973fe6e69f4a5268470bd 100644
|
| --- a/third_party/WebKit/Source/core/editing/LayoutSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/LayoutSelection.h
|
| @@ -22,13 +22,13 @@
|
| #ifndef LayoutSelection_h
|
| #define LayoutSelection_h
|
|
|
| -#include "core/editing/Position.h"
|
| -#include "core/editing/VisibleSelection.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
|
|
| +class IntRect;
|
| class FrameSelection;
|
| +class LayoutObject;
|
|
|
| // This class represents a selection range in layout tree for painting and
|
| // paint invalidation.
|
|
|