diff options
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_framework_common.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/drm/drm_framework_common.h b/include/drm/drm_framework_common.h index 35d417b..d2d1d7e 100644 --- a/include/drm/drm_framework_common.h +++ b/include/drm/drm_framework_common.h @@ -297,6 +297,12 @@ public: */ KeyedVector<DrmCopyControl, int> copyControlVector; + /** + * Defines a vector for any extra data the DRM plugin wants to send + * to the native code + */ + KeyedVector<String8, String8> extendedData; + public: DecryptHandle(): decryptId(INVALID_VALUE), |