Index: cc/test/test_web_graphics_context_3d.h |
diff --git a/cc/test/test_web_graphics_context_3d.h b/cc/test/test_web_graphics_context_3d.h |
index eda6f0f222d6f6327ea39a8e9d0829769522ca70..ff2c7049eaa263fb7ec958315b4b113178f96275 100644 |
--- a/cc/test/test_web_graphics_context_3d.h |
+++ b/cc/test/test_web_graphics_context_3d.h |
@@ -327,6 +327,9 @@ class TestWebGraphicsContext3D { |
void set_support_sync_query(bool support) { |
test_capabilities_.gpu.sync_query = support; |
} |
+ void set_support_image(bool support) { |
+ test_capabilities_.gpu.image = support; |
+ } |
// When this context is lost, all contexts in its share group are also lost. |
void add_share_group_context(TestWebGraphicsContext3D* context3d) { |