| Index: gpu/blink/webgraphicscontext3d_impl.cc
|
| diff --git a/webkit/common/gpu/webgraphicscontext3d_impl.cc b/gpu/blink/webgraphicscontext3d_impl.cc
|
| similarity index 99%
|
| copy from webkit/common/gpu/webgraphicscontext3d_impl.cc
|
| copy to gpu/blink/webgraphicscontext3d_impl.cc
|
| index 9e425097426958aa7116a2d5afbb007a6c071e65..e0cbec449d1117f0a26923253420ac6d073fd25b 100644
|
| --- a/webkit/common/gpu/webgraphicscontext3d_impl.cc
|
| +++ b/gpu/blink/webgraphicscontext3d_impl.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "webkit/common/gpu/webgraphicscontext3d_impl.h"
|
| +#include "gpu/blink/webgraphicscontext3d_impl.h"
|
|
|
| #include "base/atomicops.h"
|
| #include "base/lazy_instance.h"
|
| @@ -19,8 +19,7 @@
|
| #endif
|
| #include "third_party/khronos/GLES2/gl2ext.h"
|
|
|
| -namespace webkit {
|
| -namespace gpu {
|
| +namespace gpu_blink {
|
|
|
| namespace {
|
|
|
| @@ -1028,5 +1027,4 @@ void WebGraphicsContext3DImpl::ConvertAttributes(
|
| output_attribs->bind_generates_resource = false;
|
| }
|
|
|
| -} // namespace gpu
|
| -} // namespace webkit
|
| +} // namespace gpu_blink
|
|
|