Fix change src/ports/SkImageDecoder_empty.cpp missed in 103033002
BUG= R=robertphillips@google.com Review URL: https://codereview.chromium.org/107123002 git-svn-id: http://skia.googlecode.com/svn/trunk@12519 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
1b2c1b893a
commit
dbba5a4e97
@ -7,7 +7,6 @@
|
||||
*/
|
||||
|
||||
#include "SkBitmap.h"
|
||||
#include "SkBitmapFactory.h"
|
||||
#include "SkImage.h"
|
||||
#include "SkImageDecoder.h"
|
||||
#include "SkImageEncoder.h"
|
||||
@ -85,7 +84,7 @@ SkBitmap::Allocator* SkImageDecoder::setAllocator(SkBitmap::Allocator*) {
|
||||
void SkImageDecoder::setSampleSize(int) {}
|
||||
|
||||
bool SkImageDecoder::DecodeMemoryToTarget(const void*, size_t, SkImageInfo*,
|
||||
const SkBitmapFactory::Target*) {
|
||||
const SkImageDecoder::Target*) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user