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

Unified Diff: third_party/WebKit/Source/core/dom/Document.h

Issue 2460243002: blink: Cleanup Document.h class forward declarations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing class forward decl in AXObjectCache.h 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
« no previous file with comments | « third_party/WebKit/Source/core/dom/AXObjectCache.h ('k') | third_party/WebKit/Source/core/dom/Element.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/Document.h
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
index 13aaebc06fb5e3d7bf3ebfd8240383ea0b9a502d..415c23bb464010b985f6085b69ac62fb1e8245da 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -68,12 +68,9 @@ class DocumentTimeline;
class AXObjectCache;
class Attr;
class CDATASection;
-class CSSStyleDeclaration;
class CSSStyleSheet;
class CancellableTaskFactory;
class CanvasFontCache;
-class CanvasRenderingContext2D;
-class CanvasRenderingContext2DOrWebGLRenderingContext;
class CharacterData;
class ChromeClient;
class CompositorPendingAnimations;
@@ -103,13 +100,11 @@ class ExceptionState;
class FloatQuad;
class FloatRect;
class FormController;
-class Frame;
class FrameHost;
class FrameRequestCallback;
class FrameView;
class HTMLAllCollection;
class HTMLBodyElement;
-class HTMLCanvasElement;
class HTMLCollection;
class HTMLDialogElement;
class HTMLElement;
@@ -122,7 +117,6 @@ class HTMLScriptElementOrSVGScriptElement;
class HitTestRequest;
class IdleRequestCallback;
class IdleRequestOptions;
-class InputDeviceCapabilities;
class IntersectionObserverController;
class LayoutPoint;
class LayoutView;
@@ -155,7 +149,6 @@ class ScriptRunner;
class ScriptableDocumentParser;
class ScriptedAnimationController;
class ScriptedIdleTaskController;
-class ScrollStateCallback;
class SecurityOrigin;
class SegmentedString;
class SelectorQueryCache;
@@ -165,7 +158,6 @@ class SnapCoordinator;
class StringOrDictionary;
class StyleEngine;
class StyleResolver;
-class StyleSheet;
class StyleSheetList;
class Text;
class TextAutosizer;
@@ -174,8 +166,6 @@ class TouchList;
class TransformSource;
class TreeWalker;
class VisitedLinkState;
-class VisualViewport;
-class WebGLRenderingContext;
enum class SelectionBehaviorOnFocus;
struct AnnotatedRegionValue;
struct FocusParams;
« no previous file with comments | « third_party/WebKit/Source/core/dom/AXObjectCache.h ('k') | third_party/WebKit/Source/core/dom/Element.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698