| Index: cc/trees/layer_tree_host_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest.cc b/cc/trees/layer_tree_host_unittest.cc
|
| index c0e5bfbda38d4c60a93daffb8b42f1ba4d82459f..715165d96c7132fa2cf0c4a084365c56b471ef97 100644
|
| --- a/cc/trees/layer_tree_host_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_unittest.cc
|
| @@ -3114,10 +3114,10 @@ class LayerTreeHostTestIOSurfaceDrawing : public LayerTreeHostTest {
|
| const IOSurfaceDrawQuad* io_surface_draw_quad =
|
| IOSurfaceDrawQuad::MaterialCast(quad);
|
| EXPECT_EQ(io_surface_size_, io_surface_draw_quad->io_surface_size);
|
| - EXPECT_NE(0u, io_surface_draw_quad->io_surface_resource_id);
|
| + EXPECT_NE(0u, io_surface_draw_quad->io_surface_resource_id());
|
| EXPECT_EQ(static_cast<GLenum>(GL_TEXTURE_RECTANGLE_ARB),
|
| resource_provider->TargetForTesting(
|
| - io_surface_draw_quad->io_surface_resource_id));
|
| + io_surface_draw_quad->io_surface_resource_id()));
|
|
|
| if (delegating_renderer()) {
|
| // The io surface layer's resource should be sent to the parent.
|
|
|