Chromium Code Reviews| Index: Source/core/testing/Internals.idl |
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
| index 457f3067352b61f08ae90e94ae86190818a70a08..8fcd68cfcaa92c67aff53ebd39f7844992d1673b 100644 |
| --- a/Source/core/testing/Internals.idl |
| +++ b/Source/core/testing/Internals.idl |
| @@ -250,4 +250,6 @@ |
| [RaisesException] DOMString getImageSourceURL(Element element); |
| boolean isSelectPopupVisible(Node node); |
| + |
| + boolean loseSharedGraphicsContext3D(); |
| }; |