diff options
author | Mathias Agopian <mathias@google.com> | 2010-12-13 16:47:31 -0800 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2010-12-13 16:47:31 -0800 |
commit | 455d18d4c26a823bff62ca14771986cca52d3462 (patch) | |
tree | b8d18829fe552e265c223ebaae66cd5c9ea80367 /include/surfaceflinger | |
parent | e6f096a4cde5161e9e8432a6f6f2008e6bc710f4 (diff) | |
download | frameworks_native-455d18d4c26a823bff62ca14771986cca52d3462.zip frameworks_native-455d18d4c26a823bff62ca14771986cca52d3462.tar.gz frameworks_native-455d18d4c26a823bff62ca14771986cca52d3462.tar.bz2 |
minor clean-up. SurfaceFlinger doesn't need libpixelflinger.so.
Change-Id: I3bdca74351c8e480a05084bc412a96c5f685221d
Diffstat (limited to 'include/surfaceflinger')
-rw-r--r-- | include/surfaceflinger/Surface.h | 2 |
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; |