Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(402)

Unified Diff: third_party/WebKit/Source/core/input/EventHandler.h

Issue 2542203004: blink: Cleanup class/struct forward declarations (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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> {

Powered by Google App Engine
This is Rietveld 408576698