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

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

Issue 2463703003: blink: Cleanup core class forward declarations (Closed)
Patch Set: Remove redundant empty lines Created 4 years, 1 month 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 fa3e4f5fd3ba5b2edbd69868db2a3b43a4929f0a..b6bded3ddb876fc197a1abb7914d89cd03902edb 100644
--- a/third_party/WebKit/Source/core/input/EventHandler.h
+++ b/third_party/WebKit/Source/core/input/EventHandler.h
@@ -55,13 +55,11 @@ namespace blink {
class DataTransfer;
class PaintLayer;
-class Document;
class Element;
class Event;
class EventTarget;
template <typename EventType>
class EventWithHitTestResults;
-class FloatPoint;
class FloatQuad;
class FrameHost;
class HTMLFrameSetElement;
@@ -79,7 +77,6 @@ class Scrollbar;
class SelectionController;
class TextEvent;
class WheelEvent;
-class Widget;
class CORE_EXPORT EventHandler final
: public GarbageCollectedFinalized<EventHandler> {

Powered by Google App Engine
This is Rietveld 408576698