Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(657)

Unified Diff: Source/core/platform/graphics/gpu/DrawingBufferTest.cpp

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/platform/graphics/gpu/DrawingBufferTest.cpp
diff --git a/Source/core/platform/graphics/gpu/DrawingBufferTest.cpp b/Source/core/platform/graphics/gpu/DrawingBufferTest.cpp
index 29e54b47e222af4e83c5283e5a08abb7a4a066e3..f7a0009484fe5541aeab15df880b7faab6e8dbb3 100644
--- a/Source/core/platform/graphics/gpu/DrawingBufferTest.cpp
+++ b/Source/core/platform/graphics/gpu/DrawingBufferTest.cpp
@@ -41,7 +41,7 @@
#include <gtest/gtest.h>
using namespace WebCore;
-using namespace WebKit;
+using namespace blink;
using testing::Test;
using testing::_;
@@ -76,7 +76,7 @@ TEST_F(DrawingBufferTest, verifyNoNewBuffersAfterContextLostWithMailboxes)
m_drawingBuffer->markContentsChanged();
m_drawingBuffer->releaseResources();
- WebKit::WebExternalTextureMailbox mailbox;
+ blink::WebExternalTextureMailbox mailbox;
EXPECT_FALSE(m_drawingBuffer->prepareMailbox(&mailbox, 0));
}
« no previous file with comments | « Source/core/platform/graphics/gpu/DrawingBuffer.cpp ('k') | Source/core/platform/graphics/gpu/SharedGraphicsContext3D.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698