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

Unified Diff: third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp

Issue 2856993002: Fix comments after Blink rename (Closed)
Patch Set: Re-aligning comment Created 3 years, 8 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
Index: third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp
diff --git a/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp b/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp
index ee469c82bdb6e1ebabc50bae3e7d53a20db3d57a..580b7a276a909bc107155ec8396134bd4670e364 100644
--- a/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp
+++ b/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp
@@ -408,7 +408,7 @@ TEST(GIFImageDecoderTest, bitmapAlphaType) {
}
namespace {
-// Needed to exercise ImageDecoder::setMemoryAllocator, but still does the
+// Needed to exercise ImageDecoder::SetMemoryAllocator, but still does the
// default allocation.
class Allocator final : public SkBitmap::Allocator {
bool allocPixelRef(SkBitmap* dst, SkColorTable* ctable) override {
@@ -417,8 +417,8 @@ class Allocator final : public SkBitmap::Allocator {
};
}
-// Ensure that calling setMemoryAllocator does not short-circuit
-// initializeNewFrame.
+// Ensure that calling SetMemoryAllocator does not short-circuit
+// InitializeNewFrame.
TEST(GIFImageDecoderTest, externalAllocator) {
auto data = ReadFile(kLayoutTestResourcesDir, "boston.gif");
ASSERT_TRUE(data.Get());

Powered by Google App Engine
This is Rietveld 408576698