Index: blimp/client/feature/compositor/blimp_image_decoder.cc |
diff --git a/blimp/client/feature/compositor/blimp_image_decoder.cc b/blimp/client/feature/compositor/blimp_image_decoder.cc |
index 2a007932a4857dcd0700c8de44882f409baa104d..46e8a385fb48489f0f8720eb16f43939962e10d1 100644 |
--- a/blimp/client/feature/compositor/blimp_image_decoder.cc |
+++ b/blimp/client/feature/compositor/blimp_image_decoder.cc |
@@ -19,7 +19,7 @@ |
namespace blimp { |
namespace client { |
-bool BlimpImageDecoder(const void* input, size_t input_size, SkBitmap* bitmap) { |
+bool DecodeBlimpImage(const void* input, size_t input_size, SkBitmap* bitmap) { |
DCHECK(bitmap); |
// Initialize an empty WebPDecoderConfig. |