Index: blimp/client/feature/compositor/blimp_image_decoder.h |
diff --git a/blimp/client/feature/compositor/blimp_image_decoder.h b/blimp/client/feature/compositor/blimp_image_decoder.h |
index e7f6c81f436ced4dace5593b706ea83610d4a055..838c84134c30926c907f85adbc32ab6f6c76c725 100644 |
--- a/blimp/client/feature/compositor/blimp_image_decoder.h |
+++ b/blimp/client/feature/compositor/blimp_image_decoder.h |
@@ -12,10 +12,10 @@ class SkBitmap; |
namespace blimp { |
namespace client { |
-// BlimpImageDecoder is an implementation of SkPicture::InstallPixelRefProc |
+// DecodeBlimpImage is an implementation of SkPicture::InstallPixelRefProc |
// which is used by the client to decode WebP images that are part of an |
// SkPicture. |
-bool BlimpImageDecoder(const void* input, size_t input_size, SkBitmap* bitmap); |
+bool DecodeBlimpImage(const void* input, size_t input_size, SkBitmap* bitmap); |
} // namespace client |
} // namespace blimp |