Index: Source/core/testing/Internals.h |
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
index f5bcae905b1aa9d51452e28e48558cc026fc7a77..6d86cfde2a386c40d635a62a03ae5c6966b43e2c 100644 |
--- a/Source/core/testing/Internals.h |
+++ b/Source/core/testing/Internals.h |
@@ -41,6 +41,7 @@ |
namespace WebCore { |
+class CanvasRenderingContext2D; |
class ClientRect; |
class ClientRectList; |
class DOMPoint; |
@@ -321,6 +322,8 @@ public: |
// Test must call setNetworkStateNotifierTestOnly(true) before calling setNetworkConnectionInfo. |
void setNetworkConnectionInfo(const String&, ExceptionState&); |
+ unsigned countHitRegions(CanvasRenderingContext2D*); |
+ |
private: |
explicit Internals(Document*); |
Document* contextDocument() const; |