| Index: cc/ShaderChromium.h
|
| diff --git a/cc/ShaderChromium.h b/cc/ShaderChromium.h
|
| index 503ae470f07bd7296300f1d4b9f04bfa3cadeeff..753d92af999670bb14c1693c1d30f701785501f4 100644
|
| --- a/cc/ShaderChromium.h
|
| +++ b/cc/ShaderChromium.h
|
| @@ -14,7 +14,7 @@ namespace WebKit {
|
| class WebGraphicsContext3D;
|
| }
|
|
|
| -namespace WebCore {
|
| +namespace cc {
|
|
|
| class VertexShaderPosTex {
|
| public:
|
| @@ -344,7 +344,7 @@ private:
|
| int m_frequencyLocation;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace cc
|
|
|
| #endif // USE(ACCELERATED_COMPOSITING)
|
|
|
|
|