| Index: cc/ShaderChromium.cpp
|
| diff --git a/cc/ShaderChromium.cpp b/cc/ShaderChromium.cpp
|
| index bfb642e56546f75364b017b9a8451efdc373725f..f08adc1a09342caf3f4989f3deedfc122a7fec7d 100644
|
| --- a/cc/ShaderChromium.cpp
|
| +++ b/cc/ShaderChromium.cpp
|
| @@ -16,7 +16,7 @@
|
|
|
| using WebKit::WebGraphicsContext3D;
|
|
|
| -namespace WebCore {
|
| +namespace cc {
|
|
|
| namespace {
|
|
|
| @@ -880,6 +880,6 @@ std::string FragmentShaderCheckerboard::getShaderString() const
|
| );
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace cc
|
|
|
| #endif // USE(ACCELERATED_COMPOSITING)
|
|
|