| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 20ec6c7a50a5ee9a50bf19a71226ad28fffc5063..1a794cf45f19315e03f15046f248a2526ae97fdd 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -292,6 +292,8 @@ public:
|
| PassRefPtr<ClientRect> selectionBounds(ExceptionCode&);
|
| String baseURL(Document*, ExceptionCode&);
|
|
|
| + bool loseSharedGraphicsContext3D();
|
| +
|
| private:
|
| explicit Internals(Document*);
|
| Document* contextDocument() const;
|
|
|