Chromium Code Reviews| Index: Source/core/testing/Internals.idl |
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
| index 1d8e1e54d519f752cf6483531523d7c1ae6584a4..a5a16012c9cd7060fc193e8ae95855ae795e726a 100644 |
| --- a/Source/core/testing/Internals.idl |
| +++ b/Source/core/testing/Internals.idl |
| @@ -272,6 +272,7 @@ |
| boolean loseSharedGraphicsContext3D(); |
| [RaisesException] void forceCompositingUpdate(Document document); |
| + [RaisesException] boolean isCompositorFramePending(Document document); |
| void setZoomFactor(float factor); |