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

Unified Diff: tools/android/SkBitmapRegionCodec.h

Issue 1420053010: Make BRD take advantage of zero initialized memory (Closed) Base URL: https://skia.googlesource.com/skia.git@zero-init
Patch Set: Reduce scope of local variable Created 5 years, 1 month 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 | « tools/android/SkBitmapRegionCanvas.cpp ('k') | tools/android/SkBitmapRegionCodec.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/SkBitmapRegionCodec.h
diff --git a/tools/android/SkBitmapRegionCodec.h b/tools/android/SkBitmapRegionCodec.h
index 1739a0437888159429e9b9e562d45f452601261b..79774173b0e31af097f6d82e3bb4096078a4e01b 100644
--- a/tools/android/SkBitmapRegionCodec.h
+++ b/tools/android/SkBitmapRegionCodec.h
@@ -20,7 +20,7 @@ public:
*/
SkBitmapRegionCodec(SkAndroidCodec* codec);
- bool decodeRegion(SkBitmap* bitmap, SkBitmap::Allocator* allocator,
+ bool decodeRegion(SkBitmap* bitmap, SkBRDAllocator* allocator,
const SkIRect& desiredSubset, int sampleSize,
SkColorType colorType, bool requireUnpremul) override;
« no previous file with comments | « tools/android/SkBitmapRegionCanvas.cpp ('k') | tools/android/SkBitmapRegionCodec.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698