summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-07-30 16:05:27 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2009-07-30 16:05:27 -0700
commitff1dcc2cf9043c4d128cf8498b58e956e9ee965f (patch)
treeec026a8c308b3b171dda76f8536f2c4ea5496419 /include
parentc76696a27662e6fda2c27fd6fb648ad9ddc78779 (diff)
parent62cbdad4011db8081eaf1030b044c10de20a13d3 (diff)
downloadframeworks_native-ff1dcc2cf9043c4d128cf8498b58e956e9ee965f.zip
frameworks_native-ff1dcc2cf9043c4d128cf8498b58e956e9ee965f.tar.gz
frameworks_native-ff1dcc2cf9043c4d128cf8498b58e956e9ee965f.tar.bz2
am 25dff70f: Merge change 9039 into donut
Merge commit '25dff70f153529b87f5ad4a92f4de21e8950b1de' * commit '25dff70f153529b87f5ad4a92f4de21e8950b1de': Fix #2018814: System cannot correctly render assets with "wrap_content" attribute in QVGA
Diffstat (limited to 'include')
-rw-r--r--include/utils/ResourceTypes.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/utils/ResourceTypes.h b/include/utils/ResourceTypes.h
index edd0cae..e524e2a 100644
--- a/include/utils/ResourceTypes.h
+++ b/include/utils/ResourceTypes.h
@@ -1655,7 +1655,8 @@ public:
ssize_t resolveReference(Res_value* inOutValue,
ssize_t blockIndex,
uint32_t* outLastRef = NULL,
- uint32_t* inoutTypeSpecFlags = NULL) const;
+ uint32_t* inoutTypeSpecFlags = NULL,
+ ResTable_config* outConfig = NULL) const;
enum {
TMP_BUFFER_SIZE = 16
@@ -1729,7 +1730,8 @@ public:
*/
ssize_t resolveAttributeReference(Res_value* inOutValue,
ssize_t blockIndex, uint32_t* outLastRef = NULL,
- uint32_t* inoutTypeSpecFlags = NULL) const;
+ uint32_t* inoutTypeSpecFlags = NULL,
+ ResTable_config* inoutConfig = NULL) const;
void dumpToLog() const;