| Index: cc/resources/video_resource_updater.cc
|
| diff --git a/cc/resources/video_resource_updater.cc b/cc/resources/video_resource_updater.cc
|
| index ebd23b16f07612379d48098e8ad5eea10b790312..6a0e15dcf80b688221513c4d924af626d6ce76a8 100644
|
| --- a/cc/resources/video_resource_updater.cc
|
| +++ b/cc/resources/video_resource_updater.cc
|
| @@ -203,7 +203,7 @@ VideoFrameExternalResources VideoResourceUpdater::CreateForSoftwarePlanes(
|
| if (!software_compositor) {
|
| DCHECK(context_provider_);
|
|
|
| - WebKit::WebGraphicsContext3D* context =
|
| + blink::WebGraphicsContext3D* context =
|
| context_provider_->Context3d();
|
|
|
| GLC(context, context->genMailboxCHROMIUM(mailbox.name));
|
|
|