Merge "Always reset layer acquireFenceFd after commit" into jb-mr1-dev

This commit is contained in:
Jesse Hall 2012-09-05 13:54:52 -07:00 committed by Android (Google) Code Review
commit fe4c745c6d

View File

@ -598,6 +598,8 @@ public:
visibleRegion.numRects = 0;
visibleRegion.rects = NULL;
}
getLayer()->acquireFenceFd = -1;
}
};