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

Unified Diff: third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeTest.cpp

Issue 2547053003: s/ passed(...) / WTF::passed(...) / to avoid future ambiguity w/ base::Passed. (Closed)
Patch Set: Rebasing... Created 4 years 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: third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeTest.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeTest.cpp b/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeTest.cpp
index a63002e7c6fcdaffb9eac477da9cfc80ec69847d..a7e46617d2cb5660e9c26aec37e69d317afa4c12 100644
--- a/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeTest.cpp
+++ b/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeTest.cpp
@@ -70,7 +70,7 @@ void MockOffscreenCanvasSurface::GetSurfaceId(GetSurfaceIdCallback callback) {
void CanvasSurfaceLayerBridgeTest::SetUp() {
m_surfaceLayerBridge =
- wrapUnique(new CanvasSurfaceLayerBridge(m_service.GetProxy()));
+ WTF::wrapUnique(new CanvasSurfaceLayerBridge(m_service.GetProxy()));
}
TEST_F(CanvasSurfaceLayerBridgeTest, SurfaceLayerCreation) {

Powered by Google App Engine
This is Rietveld 408576698