Chromium Code Reviews| Index: Source/core/testing/Internals.h |
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
| index f084af27eb1fea39154856537ca9b0dc014d7f5b..3d3ee5d48f86b3987948cb45aa62daec81d6e75d 100644 |
| --- a/Source/core/testing/Internals.h |
| +++ b/Source/core/testing/Internals.h |
| @@ -299,6 +299,8 @@ public: |
| bool loseSharedGraphicsContext3D(); |
| + void forceCompositingUpdate(Document*, ExceptionState&); |
| + |
| private: |
| explicit Internals(Document*); |
| Document* contextDocument() const; |