summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLeon Scroggins III <scroggo@google.com>2015-01-27 23:34:35 +0000
committerandroid-build-merger <android-build-merger@google.com>2015-01-27 23:34:35 +0000
commit283ddb9d4f871e2816e37b9151108c01939b1f8a (patch)
treef3702182c41155bd9884de39401f120e2b8ce343 /include
parent0a3f0b020e4b1b025d8dc6c7cc9c34edc07ef902 (diff)
parent847514499f5920d073f5cd402dd0d3bbd19ac2c1 (diff)
downloadframeworks_base-283ddb9d4f871e2816e37b9151108c01939b1f8a.zip
frameworks_base-283ddb9d4f871e2816e37b9151108c01939b1f8a.tar.gz
frameworks_base-283ddb9d4f871e2816e37b9151108c01939b1f8a.tar.bz2
am 3523e4fc: am efe085ff: Merge "Handle bad ninepatch data." into lmp-mr1-dev
automerge: 8475144 * commit '847514499f5920d073f5cd402dd0d3bbd19ac2c1': Handle bad ninepatch data.
Diffstat (limited to 'include')
-rw-r--r--include/androidfw/ResourceTypes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/androidfw/ResourceTypes.h b/include/androidfw/ResourceTypes.h
index 421c5c1..8673219 100644
--- a/include/androidfw/ResourceTypes.h
+++ b/include/androidfw/ResourceTypes.h
@@ -118,9 +118,9 @@ struct Res_png_9patch
yDivsOffset(0), colorsOffset(0) { }
int8_t wasDeserialized;
- int8_t numXDivs;
- int8_t numYDivs;
- int8_t numColors;
+ uint8_t numXDivs;
+ uint8_t numYDivs;
+ uint8_t numColors;
// The offset (from the start of this structure) to the xDivs & yDivs
// array for this 9patch. To get a pointer to this array, call