| Index: cc/CCLayerIteratorTest.cpp
|
| diff --git a/cc/CCLayerIteratorTest.cpp b/cc/CCLayerIteratorTest.cpp
|
| index bc5b2f33c23ba68e3129bbc46140871bc4f6dd7c..47e43be7a9871b421d9123e43b52f9be20b3bba6 100644
|
| --- a/cc/CCLayerIteratorTest.cpp
|
| +++ b/cc/CCLayerIteratorTest.cpp
|
| @@ -12,7 +12,7 @@
|
| #include <gtest/gtest.h>
|
| #include <public/WebTransformationMatrix.h>
|
|
|
| -using namespace WebCore;
|
| +using namespace cc;
|
| using WebKit::WebTransformationMatrix;
|
| using ::testing::Mock;
|
| using ::testing::_;
|
| @@ -38,8 +38,8 @@ private:
|
| , m_drawsContent(true)
|
| {
|
| setBounds(IntSize(100, 100));
|
| - setPosition(IntPoint::zero());
|
| - setAnchorPoint(IntPoint::zero());
|
| + setPosition(IntPoint());
|
| + setAnchorPoint(IntPoint());
|
| }
|
|
|
| bool m_drawsContent;
|
|
|