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

Unified Diff: blimp/client/feature/compositor/blimp_image_decoder.cc

Issue 1982893002: [blimp] Add SkPicture caching support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix memory leak by adding virtual destructor Created 4 years, 6 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: 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.

Powered by Google App Engine
This is Rietveld 408576698