| Index: cc/ProgramBinding.cpp
|
| diff --git a/cc/ProgramBinding.cpp b/cc/ProgramBinding.cpp
|
| index 1c175b939a565742c364c498ff7998f1eb49f720..27d522609dd50b0d81cf1ac2d38fb9236a0a41bd 100644
|
| --- a/cc/ProgramBinding.cpp
|
| +++ b/cc/ProgramBinding.cpp
|
| @@ -16,7 +16,7 @@
|
|
|
| using WebKit::WebGraphicsContext3D;
|
|
|
| -namespace WebCore {
|
| +namespace cc {
|
|
|
| ProgramBindingBase::ProgramBindingBase()
|
| : m_program(0)
|
| @@ -142,6 +142,6 @@ void ProgramBindingBase::cleanupShaders(WebGraphicsContext3D* context)
|
| }
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace cc
|
|
|
| #endif // USE(ACCELERATED_COMPOSITING)
|
|
|