2020-08-13 13:14:24 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2020 Google Inc.
|
|
|
|
*
|
|
|
|
* Use of this source code is governed by a BSD-style license that can be
|
|
|
|
* found in the LICENSE file.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "include/core/SkData.h"
|
2020-08-13 16:03:37 +00:00
|
|
|
#include "modules/audioplayer/SkAudioPlayer.h"
|
2020-08-13 13:14:24 +00:00
|
|
|
|
|
|
|
std::unique_ptr<SkAudioPlayer> SkAudioPlayer::Make(sk_sp<SkData> src) {
|
|
|
|
return nullptr;
|
|
|
|
}
|