| Index: webkit/common/gpu/webgraphicscontext3d_provider_impl.cc
|
| diff --git a/webkit/common/gpu/webgraphicscontext3d_provider_impl.cc b/webkit/common/gpu/webgraphicscontext3d_provider_impl.cc
|
| index c4a94c1013f4fae3ccf171228f3e93082c3b123a..5629131678018fda9bf89cf379b718890db57414 100644
|
| --- a/webkit/common/gpu/webgraphicscontext3d_provider_impl.cc
|
| +++ b/webkit/common/gpu/webgraphicscontext3d_provider_impl.cc
|
| @@ -15,7 +15,7 @@ WebGraphicsContext3DProviderImpl::WebGraphicsContext3DProviderImpl(
|
|
|
| WebGraphicsContext3DProviderImpl::~WebGraphicsContext3DProviderImpl() {}
|
|
|
| -WebKit::WebGraphicsContext3D* WebGraphicsContext3DProviderImpl::context3d() {
|
| +blink::WebGraphicsContext3D* WebGraphicsContext3DProviderImpl::context3d() {
|
| return provider_->Context3d();
|
| }
|
|
|
|
|