summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-12-13 16:47:31 -0800
committerMathias Agopian <mathias@google.com>2010-12-13 16:47:31 -0800
commit06f9ebf4f6178d6b6970cace263ee180d4b61d36 (patch)
tree9abc50dcbf3cee3ba65dc95bf59f9eb647a208c3 /include
parentf7d63cf2cbab403b14778ec45839107078e20824 (diff)
downloadframeworks_base-06f9ebf4f6178d6b6970cace263ee180d4b61d36.zip
frameworks_base-06f9ebf4f6178d6b6970cace263ee180d4b61d36.tar.gz
frameworks_base-06f9ebf4f6178d6b6970cace263ee180d4b61d36.tar.bz2
minor clean-up. SurfaceFlinger doesn't need libpixelflinger.so.
Change-Id: I3bdca74351c8e480a05084bc412a96c5f685221d
Diffstat (limited to 'include')
-rw-r--r--include/surfaceflinger/Surface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/surfaceflinger/Surface.h b/include/surfaceflinger/Surface.h
index cef439c..2df8ca3 100644
--- a/include/surfaceflinger/Surface.h
+++ b/include/surfaceflinger/Surface.h
@@ -249,7 +249,7 @@ private:
uint32_t *pWidth, uint32_t *pHeight,
uint32_t *pFormat, uint32_t *pUsage) const;
- static void cleanCachedSurfaces();
+ static void cleanCachedSurfacesLocked();
class BufferInfo {
uint32_t mWidth;