| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 35752a6b2f3d4adf3121a698f4dae89efe2b681d..df68f0eb0d2a5ac0a85dd8ab20a3c60fbca95a1a 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -42,6 +42,7 @@
|
|
|
| namespace WebCore {
|
|
|
| +class CanvasRenderingContext2D;
|
| class ClientRect;
|
| class ClientRectList;
|
| class DOMPoint;
|
| @@ -323,6 +324,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;
|
|
|