Chromium Code Reviews| Index: Source/core/testing/Internals.h |
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
| index 76101a49fd9f4c02265a977b250d0bbcd72b6eaf..3bf932abb9ef8b6f2a17b73d22fd25a19d54c68b 100644 |
| --- a/Source/core/testing/Internals.h |
| +++ b/Source/core/testing/Internals.h |
| @@ -297,6 +297,8 @@ public: |
| bool isSelectPopupVisible(Node*); |
| + bool loseSharedGraphicsContext3D(); |
| + |
| private: |
| explicit Internals(Document*); |
| Document* contextDocument() const; |