Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index b3cc2104e3a592ead58ae771e28e7a70fcd20b96..ae94ba8758d9fb304faebe5fd70a842eec3b7348 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -280,4 +280,7 @@ |
// before calling setNetworkConnectionInfo. |
void setNetworkStateNotifierTestOnly(boolean testOnly); |
[RaisesException] void setNetworkConnectionInfo(DOMString type); |
+ |
+ // This function is for testing HitRegions on Canvas2D. |
+ unsigned short countHitRegions(CanvasRenderingContext2D context); |
fs
2014/06/04 08:13:40
long seems more appropriate than unsigned short (s
zino
2014/06/06 06:35:17
Done.
|
}; |