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

Unified Diff: third_party/WebKit/Source/core/testing/Internals.h

Issue 2468073002: Move LayerHitTestRects to a separate file. (Closed)
Patch Set: 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/paint/LayerHitTestRects.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/testing/Internals.h
diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
index ad24b98b003462738fa4d183f305f62795912f23..25f8d0557ba2f9033ec3c587f0b5dc5de25bf3d7 100644
--- a/third_party/WebKit/Source/core/testing/Internals.h
+++ b/third_party/WebKit/Source/core/testing/Internals.h
@@ -42,6 +42,7 @@
namespace blink {
+class Animation;
class CallbackFunctionTest;
class CanvasRenderingContext;
class ClientRect;
@@ -54,12 +55,14 @@ class DocumentMarker;
class Element;
class ExceptionState;
class GCObservation;
+class HTMLSelectElement;
class HTMLMediaElement;
class InternalRuntimeFlags;
class InternalSettings;
class LayerRectList;
class LocalDOMWindow;
class LocalFrame;
+class Location;
class Node;
class OriginTrialsTest;
class Page;
« no previous file with comments | « third_party/WebKit/Source/core/paint/LayerHitTestRects.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698