diff options
Diffstat (limited to 'Source/WebKit/chromium/tests/FakeGraphicsContext3DTest.cpp')
| -rw-r--r-- | Source/WebKit/chromium/tests/FakeGraphicsContext3DTest.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebKit/chromium/tests/FakeGraphicsContext3DTest.cpp b/Source/WebKit/chromium/tests/FakeGraphicsContext3DTest.cpp index 720630e17..afffc1623 100644 --- a/Source/WebKit/chromium/tests/FakeGraphicsContext3DTest.cpp +++ b/Source/WebKit/chromium/tests/FakeGraphicsContext3DTest.cpp @@ -26,9 +26,10 @@ #include "config.h" #include "FakeWebGraphicsContext3D.h" - #include <gmock/gmock.h> #include <gtest/gtest.h> +#include <wtf/OwnPtr.h> +#include <wtf/PassOwnPtr.h> using namespace WebCore; using namespace WebKit; |
