diff options
Diffstat (limited to 'cc/CCDebugBorderDrawQuad.cpp')
-rw-r--r-- | cc/CCDebugBorderDrawQuad.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/CCDebugBorderDrawQuad.cpp b/cc/CCDebugBorderDrawQuad.cpp index d819824..95c106d 100644 --- a/cc/CCDebugBorderDrawQuad.cpp +++ b/cc/CCDebugBorderDrawQuad.cpp @@ -6,7 +6,7 @@ #include "CCDebugBorderDrawQuad.h" -namespace WebCore { +namespace cc { PassOwnPtr<CCDebugBorderDrawQuad> CCDebugBorderDrawQuad::create(const CCSharedQuadState* sharedQuadState, const IntRect& quadRect, SkColor color, int width) { |