Index: Source/platform/graphics/ImageBufferClient.h |
diff --git a/Source/platform/graphics/ImageBufferClient.h b/Source/platform/graphics/ImageBufferClient.h |
index 4843f50103303c76d0558e9f530c2fc96b2ee257..a814004e6b74540d1e18cc0eb5d55b7b58e1c54a 100644 |
--- a/Source/platform/graphics/ImageBufferClient.h |
+++ b/Source/platform/graphics/ImageBufferClient.h |
@@ -37,6 +37,7 @@ class ImageBufferClient { |
public: |
virtual ~ImageBufferClient() { } |
virtual void notifySurfaceInvalid() = 0; |
+ virtual void didPresent() = 0; |
}; |
} |