Chromium Code Reviews| Index: third_party/WebKit/Source/core/editing/CaretBase.h |
| diff --git a/third_party/WebKit/Source/core/editing/CaretBase.h b/third_party/WebKit/Source/core/editing/CaretBase.h |
| index 29a3df061347e7407dd2ef58e8e9a36958009445..15cbba2d208fec63addfce7fa6765fe5a02fe85e 100644 |
| --- a/third_party/WebKit/Source/core/editing/CaretBase.h |
| +++ b/third_party/WebKit/Source/core/editing/CaretBase.h |
| @@ -36,12 +36,9 @@ |
| namespace blink { |
| -class CullRect; |
| class DisplayItemClient; |
| -class LocalFrame; |
| class GraphicsContext; |
| class LayoutBlock; |
| -class LayoutViewItem; |
| class CORE_EXPORT CaretBase : public GarbageCollectedFinalized<CaretBase>, |
| public DisplayItemClient { |