From db68a426b6ba3a0fa1cace25ac306037eb7413a6 Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Thu, 17 Aug 2017 13:33:56 +0000 Subject: Revert "skia: add heif decoding support" This reverts commit c2a954290dc3888f877a047098b84c24363895fb. Reason for revert: both Android and Google3 rolls cannot compile. Android cannot cast std::unique_ptr to T*, Google3 cannot find HeifDecoderAPI.h. Original change's description: > skia: add heif decoding support > > Bug: b/64077740 > Change-Id: I11e0243bcc4c21c0aa5aa29a719dd0fcba7ae6f7 > Reviewed-on: https://skia-review.googlesource.com/35123 > Reviewed-by: Chong Zhang > Reviewed-by: Leon Scroggins > Commit-Queue: Chong Zhang > Commit-Queue: Leon Scroggins TBR=scroggo@google.com,chz@google.com Change-Id: Id98f025e63daec50408186000453d1695170f7a8 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: b/64077740 Reviewed-on: https://skia-review.googlesource.com/35741 Reviewed-by: Mike Klein Commit-Queue: Mike Klein --- include/codec/SkCodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/codec') diff --git a/include/codec/SkCodec.h b/include/codec/SkCodec.h index fb5bff5165..fb4f165dbf 100644 --- a/include/codec/SkCodec.h +++ b/include/codec/SkCodec.h @@ -50,7 +50,7 @@ public: * this many bytes, or by implementing rewind() to be able to rewind() * after reading this many bytes. */ - static constexpr size_t MinBufferedBytesNeeded() { return 32; } + static size_t MinBufferedBytesNeeded(); /** * Error codes for various SkCodec methods. -- cgit v1.2.3