| Index: third_party/WebKit/Source/core/input/EventHandler.h
|
| diff --git a/third_party/WebKit/Source/core/input/EventHandler.h b/third_party/WebKit/Source/core/input/EventHandler.h
|
| index 983b92df000d798d470314099e95d53d680101cb..c2ee3de569be2a48872ee2ed5495b9995606ecab 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.h
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.h
|
| @@ -53,7 +53,6 @@
|
|
|
| namespace blink {
|
|
|
| -class ContainerNode;
|
| class DataTransfer;
|
| class PaintLayer;
|
| class Element;
|
| @@ -77,7 +76,6 @@ class ScrollableArea;
|
| class Scrollbar;
|
| class SelectionController;
|
| class TextEvent;
|
| -class WheelEvent;
|
|
|
| class CORE_EXPORT EventHandler final
|
| : public GarbageCollectedFinalized<EventHandler> {
|
|
|