SurfaceFlinger: remove a driver bug workaround

Change-Id: I7478293e87899d6e467db8c2f9e295935c8b1d4e
This commit is contained in:
Jamie Gennis 2013-02-04 14:43:07 -08:00
parent c4fd05b172
commit 33c544c4d3
1 changed files with 0 additions and 3 deletions

View File

@ -539,9 +539,6 @@ void Layer::onPostComposition() {
const HWComposer& hwc = mFlinger->getHwComposer();
sp<Fence> presentFence = hwc.getDisplayFence(HWC_DISPLAY_PRIMARY);
// XXX: Temporarily don't use the present fence from HWC to work
// around a driver bug.
presentFence.clear();
if (presentFence != NULL) {
mFrameTracker.setActualPresentFence(presentFence);
} else {