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

Unified Diff: Source/platform/graphics/DeferredImageDecoderTest.cpp

Issue 429793003: Fix template bugs that prevent rolling gtest DEPS in Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 months 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
« no previous file with comments | « no previous file | Source/platform/heap/Visitor.h » ('j') | Source/platform/heap/Visitor.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/DeferredImageDecoderTest.cpp
diff --git a/Source/platform/graphics/DeferredImageDecoderTest.cpp b/Source/platform/graphics/DeferredImageDecoderTest.cpp
index 0c3fafb13611f93d0e5ecf96668a40688abbdc6c..ab2695e35a188566fc5312743f4f34f18f965d25 100644
--- a/Source/platform/graphics/DeferredImageDecoderTest.cpp
+++ b/Source/platform/graphics/DeferredImageDecoderTest.cpp
@@ -79,7 +79,7 @@ public:
m_actualDecoder->setSize(1, 1);
m_lazyDecoder = DeferredImageDecoder::createForTesting(decoder.release());
m_canvas.reset(SkCanvas::NewRasterN32(100, 100));
- ASSERT_TRUE(m_canvas);
+ ASSERT_TRUE(m_canvas.get());
m_frameBufferRequestCount = 0;
m_frameCount = 1;
m_repetitionCount = cAnimationNone;
« no previous file with comments | « no previous file | Source/platform/heap/Visitor.h » ('j') | Source/platform/heap/Visitor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698