Chromium Code Reviews| Index: Source/platform/graphics/ImageBuffer.h |
| diff --git a/Source/platform/graphics/ImageBuffer.h b/Source/platform/graphics/ImageBuffer.h |
| index 95e6623f46be9d54d55dcff5c0d82fd1c1b11cc2..3b426561960f5359528b2237b426baa554cd9d64 100644 |
| --- a/Source/platform/graphics/ImageBuffer.h |
| +++ b/Source/platform/graphics/ImageBuffer.h |
| @@ -122,6 +122,7 @@ public: |
| void flush(); |
| void notifySurfaceInvalid(); |
| + void didPresent(); |
| private: |
| ImageBuffer(PassOwnPtr<ImageBufferSurface>); |