Let getOriginalMimeType() take a fd passed from Java applications

This patch completes the change needed for widevine drm plugin.

o related-to-bug: 6426185

Change-Id: Ib9897be6264506f1c96eecca8be1de016f3b0b86
This commit is contained in:
James Dong
2012-08-02 19:31:15 -07:00
parent e9f5431e78
commit adad411ea6
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ protected:
DrmInfo* onAcquireDrmInfo(int uniqueId, const DrmInfoRequest* drmInfoRequest);
String8 onGetOriginalMimeType(int uniqueId, const String8& path);
String8 onGetOriginalMimeType(int uniqueId, const String8& path, int fd);
int onGetDrmObjectType(int uniqueId, const String8& path, const String8& mimeType);