| 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 04ff40acd64b23ecb10ba942511e6c983e31eac5..c4eac661b29aa81f1c786543f8142191825be33f 100644
|
| --- a/cc/layers/io_surface_layer_impl.cc
|
| +++ b/cc/layers/io_surface_layer_impl.cc
|
| @@ -75,7 +75,7 @@ bool IOSurfaceLayerImpl::WillDraw(DrawMode draw_mode,
|
| return false;
|
| }
|
|
|
| - WebKit::WebGraphicsContext3D* context3d = context_provider->Context3d();
|
| + blink::WebGraphicsContext3D* context3d = context_provider->Context3d();
|
|
|
| // TODO(ernstm): Do this in a way that we can track memory usage.
|
| if (!io_surface_texture_id_) {
|
|
|