blob: c0126cae79ab99272821834d7623b4ee1280d988 [file] [log] [blame]
/*
* Copyright 2015 The Android Open Source Project
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "SkImageGenerator.h"
SkImageGenerator* SkImageGenerator::NewFromEncodedImpl(SkData*) {
return NULL;
}