diff options
| author | 2010-12-14 15:51:32 -0800 | |
|---|---|---|
| committer | 2010-12-14 15:51:32 -0800 | |
| commit | 52e6ada69e0cdc4366f97cef12d8ce93c52c3b24 (patch) | |
| tree | 886362a7280b263bd522599988086c093e7dfe7e /include/surfaceflinger | |
| parent | aa0e56f9f2f353f969a7230eb8d038fffff4d6da (diff) | |
| parent | 06f9ebf4f6178d6b6970cace263ee180d4b61d36 (diff) | |
Merge "minor clean-up. SurfaceFlinger doesn't need libpixelflinger.so."
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 cef439c1705a..2df8ca3755f2 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; |