summaryrefslogtreecommitdiffstats
path: root/content/shell/renderer/test_runner/TestPlugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/renderer/test_runner/TestPlugin.cpp')
-rw-r--r--content/shell/renderer/test_runner/TestPlugin.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/shell/renderer/test_runner/TestPlugin.cpp b/content/shell/renderer/test_runner/TestPlugin.cpp
index 2606207..db9edc5 100644
--- a/content/shell/renderer/test_runner/TestPlugin.cpp
+++ b/content/shell/renderer/test_runner/TestPlugin.cpp
@@ -27,7 +27,7 @@
using namespace blink;
using namespace std;
-namespace WebTestRunner {
+namespace content {
namespace {
@@ -296,7 +296,7 @@ void TestPlugin::updateGeometry(const WebRect& frameRect, const WebRect& clipRec
} else {
size_t bytes = 4 * m_rect.width * m_rect.height;
scoped_ptr<base::SharedMemory> bitmap =
- content::RenderThread::Get()->HostAllocateSharedMemoryBuffer(bytes);
+ RenderThread::Get()->HostAllocateSharedMemoryBuffer(bytes);
if (!bitmap->Map(bytes)) {
m_textureMailbox = cc::TextureMailbox();
} else {
@@ -690,4 +690,4 @@ bool TestPlugin::isSupportedMimeType(const WebString& mimeType)
|| mimeType == canCreateWithoutRendererMimeType();
}
-}
+} // namespace content