Chromium Code Reviews| Index: Source/core/testing/Internals.idl |
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
| index 4b6ba69ca5672a0e8319fdb05986e705b9b6697d..d490df43024b7793fe78714c7ab5bd876c0b4920 100644 |
| --- a/Source/core/testing/Internals.idl |
| +++ b/Source/core/testing/Internals.idl |
| @@ -279,7 +279,10 @@ |
| // This function is for testing HitRegions on Canvas2D. |
| unsigned long countHitRegions(CanvasRenderingContext2D context); |
| + [TypeChecking=Interface] ClientRect boundsInRootViewSpace(Element element); |
|
esprehn
2014/10/21 20:50:48
What's with the TypeChecking attr? I don't think y
Zhen Wang
2014/10/21 21:36:48
ditto
sof
2014/10/22 05:22:46
Please keep using [TypeChecking=Inteface].
bounds
Zhen Wang
2014/10/22 13:55:55
I see. Thanks for pointing this out.
|
| DOMString serializeNavigationMarkup(); |
| + DOMString[] getTransitionElementNames(); |
| + [RaisesException, TypeChecking=Interface] ClientRectList getTransitionElementRects(); |
|
esprehn
2014/10/21 20:50:48
Remove RaisesException, it doesn't use that argume
Zhen Wang
2014/10/21 21:36:48
I see other places using ClientRectList have Raise
|
| void hideAllTransitionElements(); |
| [RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLElement plugin, DocumentFragment fragment); |