Index: cc/layers/io_surface_layer_impl.cc |
diff --git a/cc/layers/io_surface_layer_impl.cc b/cc/layers/io_surface_layer_impl.cc |
index 3bfc1dea156280cbd43b6d2f015d329f9ed20b5d..d6a4ba37bf2058e8060ac8c32303a6277103b427 100644 |
--- a/cc/layers/io_surface_layer_impl.cc |
+++ b/cc/layers/io_surface_layer_impl.cc |
@@ -83,7 +83,7 @@ void IOSurfaceLayerImpl::WillDraw(ResourceProvider* resource_provider) { |
io_surface_size_.height(), |
io_surface_id_, |
0); |
- // Do not check for error conditions. texImageIOSurface2DCHROMIUM is |
+ // Do not check for error conditions. texImageIOSurface2DCHROMIUM() is |
// supposed to hold on to the last good IOSurface if the new one is already |
// closed. This is only a possibility during live resizing of plugins. |
// However, it seems that this is not sufficient to completely guard against |