summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Giro2015-09-23 12:14:38 -0500
committerAndroid Git Automerger2015-09-23 12:14:38 -0500
commitf1519eeb21ee03a956d973545f9f0f742727faaa (patch)
tree1fe58827b0b4bbb4f1240296cdbfa7256217c258 /include
parentc6a6c6de7c43198dc93f92f935ebc120de1050c8 (diff)
parent64b83133d5ec40828a10e57cfbb37c642bb7f510 (diff)
downloadframeworks-native-f1519eeb21ee03a956d973545f9f0f742727faaa.tar.gz
frameworks-native-f1519eeb21ee03a956d973545f9f0f742727faaa.tar.xz
frameworks-native-f1519eeb21ee03a956d973545f9f0f742727faaa.zip
am 64b83133: Merge "Remove usage of SharedBuffer"
* commit '64b83133d5ec40828a10e57cfbb37c642bb7f510': Remove usage of SharedBuffer
Diffstat (limited to 'include')
-rw-r--r--include/ui/Region.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/ui/Region.h b/include/ui/Region.h
index 2a1491837..e9b3a0bad 100644
--- a/include/ui/Region.h
+++ b/include/ui/Region.h
@@ -130,11 +130,6 @@ public:
130 // Region object. 130 // Region object.
131 Rect const* getArray(size_t* count) const; 131 Rect const* getArray(size_t* count) const;
132 132
133 // returns a SharedBuffer as well as the number of rects.
134 // ownership is transfered to the caller.
135 // the caller must call SharedBuffer::release() to free the memory.
136 SharedBuffer const* getSharedBuffer(size_t* count) const;
137
138 /* no user serviceable parts here... */ 133 /* no user serviceable parts here... */
139 134
140 // add a rectangle to the internal list. This rectangle must 135 // add a rectangle to the internal list. This rectangle must