From bf974abe92f7495529916fe0f483f3b56e7c30e3 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Tue, 4 Dec 2012 16:51:15 -0800 Subject: Refactor SurfaceTexture a bit. Rearranges updateTexImage() so that the SurfaceFlinger-specific behavior is in a new SurfaceFlingerConsumer subclass. SurfaceTexture behavior should not be altered. Instead of acquire-bind-release we now do acquire-release-bind, but since it's all done with the lock held there shouldn't be any externally-visible change. Change-Id: Ia566e4727945e2cfb9359fc6d2a8f8af64d7b7b7 --- libs/gui/BufferQueue.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/gui/BufferQueue.cpp') diff --git a/libs/gui/BufferQueue.cpp b/libs/gui/BufferQueue.cpp index 086e298196..609e7d2c9e 100644 --- a/libs/gui/BufferQueue.cpp +++ b/libs/gui/BufferQueue.cpp @@ -29,7 +29,6 @@ #include #include -#include #include // Macros for including the BufferQueue name in log messages -- cgit v1.2.3-59-g8ed1b