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

Unified Diff: third_party/WebKit/Source/core/dom/Node.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/dom/Node.h
diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h
index bd9263fd3a8d5a93d7b43d20eb8f2443d8824bba..00beb2758dd071a0eb0d7a7ee1eded5e8abff865 100644
--- a/third_party/WebKit/Source/core/dom/Node.h
+++ b/third_party/WebKit/Source/core/dom/Node.h
@@ -46,13 +46,11 @@
namespace blink {
-class Attribute;
class ContainerNode;
class Document;
class Element;
class ElementShadow;
class Event;
-class EventListener;
class ExceptionState;
class GetRootNodeOptions;
class HTMLQualifiedName;
@@ -76,7 +74,6 @@ class StaticNodeTypeList;
using StaticNodeList = StaticNodeTypeList<Node>;
class StyleChangeReasonForTracing;
class Text;
-class TouchEvent;
const int nodeStyleChangeShift = 18;
const int nodeCustomElementShift = 20;

Powered by Google App Engine
This is Rietveld 408576698