Chromium Code Reviews| Index: Source/core/testing/Internals.idl |
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
| index 4b19e6cf204b9802f58de8ff2fe8af06db1e0d89..92ec1a995fed42b55f6c071bb824a11b1d32b7fa 100644 |
| --- a/Source/core/testing/Internals.idl |
| +++ b/Source/core/testing/Internals.idl |
| @@ -256,4 +256,6 @@ |
| boolean isSelectPopupVisible(Node node); |
| [RaisesException] ClientRect selectionBounds(); |
| + |
| + boolean loseSharedGraphicsContext3D(); |
| }; |