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

Unified Diff: Source/core/accessibility/AXObject.h

Issue 347643002: Reduce forward declarations in core/dom (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase against ToT Created 6 years, 6 months 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 | « no previous file | Source/core/dom/Attr.h » ('j') | Source/core/editing/VisiblePosition.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/accessibility/AXObject.h
diff --git a/Source/core/accessibility/AXObject.h b/Source/core/accessibility/AXObject.h
index b10d5db83079a46f21ab49a69cf379146f1bac85..c2ac37c04319aa4081e42f425055cff013fb8d0c 100644
--- a/Source/core/accessibility/AXObject.h
+++ b/Source/core/accessibility/AXObject.h
@@ -30,6 +30,7 @@
#ifndef AXObject_h
#define AXObject_h
+#include "core/dom/Range.h"
Inactive 2014/06/19 15:25:17 I am all for cleaning up _unnecessary_ forward dec
#include "core/editing/VisiblePosition.h"
#include "platform/geometry/FloatQuad.h"
#include "platform/geometry/LayoutRect.h"
« no previous file with comments | « no previous file | Source/core/dom/Attr.h » ('j') | Source/core/editing/VisiblePosition.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698