Merge changes from topic "presubmit-am-6622fe4b6ed34c108ae72ef4c712fd08" into tm-mainline-prod
* changes:
[automerge] libwvdrmengine: Fix double ownership of WVDrmFactory 2p: 3112fd5505
libwvdrmengine: Fix double ownership of WVDrmFactory
This commit is contained in:
committed by
Android (Google) Code Review
commit
c64df9f755
@@ -12,7 +12,7 @@ namespace drm {
|
|||||||
namespace widevine {
|
namespace widevine {
|
||||||
|
|
||||||
std::shared_ptr<WVDrmFactory> createDrmFactory() {
|
std::shared_ptr<WVDrmFactory> createDrmFactory() {
|
||||||
return std::make_shared<WVDrmFactory>();
|
return ndk::SharedRefBase::make<WVDrmFactory>();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace widevine
|
} // namespace widevine
|
||||||
|
|||||||
Reference in New Issue
Block a user