From 6b2a35bbec228ce012065260ba153ee894f17a4e Mon Sep 17 00:00:00 2001 From: Gloria Wang Date: Mon, 21 Mar 2011 17:22:13 -0700 Subject: Add one more field in DecryptHandle to support bug 4126624 Change-Id: Ic7ea5fd211c4f8283de8fdf722f89b6a94e5750b --- include/drm/drm_framework_common.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/drm') diff --git a/include/drm/drm_framework_common.h b/include/drm/drm_framework_common.h index e8ec953..454fc99 100644 --- a/include/drm/drm_framework_common.h +++ b/include/drm/drm_framework_common.h @@ -296,6 +296,12 @@ public: */ KeyedVector copyControlVector; + /** + * Defines a vector for any extra data the DRM plugin wants to send + * to the native code + */ + KeyedVector extendedData; + public: DecryptHandle(): decryptId(INVALID_VALUE), -- cgit v1.1