Index: content/renderer/render_thread_impl.h |
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h |
index 1e3d98488f73ec63483ff3f78bd58da37ccd2af2..4c08164752ae8f062cf9d28032cfd303247a28ca 100644 |
--- a/content/renderer/render_thread_impl.h |
+++ b/content/renderer/render_thread_impl.h |
@@ -153,6 +153,11 @@ class CONTENT_EXPORT RenderThreadImpl : public content::RenderThread, |
virtual int32 CreateViewCommandBuffer( |
int32 surface_id, |
const GPUCreateCommandBufferConfig& init_params) OVERRIDE; |
+ virtual void CreateImage( |
+ gfx::PluginWindowHandle window, |
+ int32 image_id, |
+ const CreateImageCallback& callback) OVERRIDE; |
+ virtual void DeleteImage(int32 image_id, int32 sync_point) OVERRIDE; |
// Synchronously establish a channel to the GPU plugin if not previously |
// established or if it has been lost (for example if the GPU plugin crashed). |