Chromium Code Reviews| Index: third_party/WebKit/Source/core/testing/Internals.idl |
| diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl |
| index 821bba1bc55d21f44b1cfda24fb9994147d20554..634a96cc0dea6bb3e29bd664f3d0640d8c3f89db 100644 |
| --- a/third_party/WebKit/Source/core/testing/Internals.idl |
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl |
| @@ -353,4 +353,6 @@ |
| bool setScrollbarVisibilityInScrollableArea(Node node, boolean visible); |
| void forceRestrictIFramePermissions(); |
| + |
| + [TypeChecking=Interface] void triggerAutoplayViewportCheck(HTMLMediaElement mediaElement); |
|
ojan
2015/10/01 06:14:26
We typically try to avoid adding one-off APIs like
esprehn
2015/10/01 07:04:15
You should be able to write a Sim test for this, s
liberato (no reviews please)
2015/10/01 22:49:03
added the TODO.
liberato (no reviews please)
2015/10/01 22:49:03
will look at this test, but for now leaving with T
|
| }; |