Index: cc/test/test_image_factory.h |
diff --git a/cc/test/test_image_factory.h b/cc/test/test_image_factory.h |
index 42a92e37a1bd3d72d82d5225106c81a158cb8828..d896d3aaa21f3b1b1058c3c490b458e7720f6a09 100644 |
--- a/cc/test/test_image_factory.h |
+++ b/cc/test/test_image_factory.h |
@@ -21,7 +21,8 @@ class TestImageFactory : public gpu::ImageFactory { |
const gfx::Size& size, |
gfx::BufferFormat format, |
unsigned internalformat, |
- int client_id) override; |
+ int client_id, |
+ gpu::SurfaceHandle surface_handle) override; |
private: |
DISALLOW_COPY_AND_ASSIGN(TestImageFactory); |