| Index: cc/CCSolidColorDrawQuad.cpp
|
| diff --git a/cc/CCSolidColorDrawQuad.cpp b/cc/CCSolidColorDrawQuad.cpp
|
| index 26f0d8a3f3518590e210ebaf5c508a416f22e877..ef49d8b0b3dacb060f185db0cf17b19937770142 100644
|
| --- a/cc/CCSolidColorDrawQuad.cpp
|
| +++ b/cc/CCSolidColorDrawQuad.cpp
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "CCSolidColorDrawQuad.h"
|
|
|
| -namespace WebCore {
|
| +namespace cc {
|
|
|
| PassOwnPtr<CCSolidColorDrawQuad> CCSolidColorDrawQuad::create(const CCSharedQuadState* sharedQuadState, const IntRect& quadRect, SkColor color)
|
| {
|
|
|