Index: content/browser/renderer_host/image_transport_factory_android.h |
diff --git a/content/browser/renderer_host/image_transport_factory_android.h b/content/browser/renderer_host/image_transport_factory_android.h |
index d5f7965f4bdb771af5150e0346402a0c57034a6d..44e88137153744fa73ea697dbb603af4ef88fc78 100644 |
--- a/content/browser/renderer_host/image_transport_factory_android.h |
+++ b/content/browser/renderer_host/image_transport_factory_android.h |
@@ -26,6 +26,7 @@ class ImageTransportFactoryAndroid { |
static ImageTransportFactoryAndroid* GetInstance(); |
virtual uint32_t InsertSyncPoint() = 0; |
+ virtual void WaitSyncPoint(uint32_t sync_point) = 0; |
virtual uint32_t CreateTexture() = 0; |
virtual void DeleteTexture(uint32_t id) = 0; |
virtual void AcquireTexture( |