| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index aa17d52b75a9827a3b8ca680c5cd95a87c21cf82..d906167a73549d7babce25ea8e88a7753bca89f2 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -281,4 +281,7 @@
|
| // before calling setNetworkConnectionInfo.
|
| void setNetworkStateNotifierTestOnly(boolean testOnly);
|
| [RaisesException] void setNetworkConnectionInfo(DOMString type);
|
| +
|
| + // This function is for testing HitRegions on Canvas2D.
|
| + unsigned long countHitRegions(CanvasRenderingContext2D context);
|
| };
|
|
|