Merge "Revert "hwui: ro.hwui.render_ahead=0 queue on high FPS"" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
515e7a7464
@@ -153,8 +153,7 @@ void CanvasContext::setSurface(sp<Surface>&& surface) {
|
||||
mNativeSurface = nullptr;
|
||||
}
|
||||
|
||||
if (mRenderAheadDepth == 0 && DeviceInfo::get()->getMaxRefreshRate() > 66.6f &&
|
||||
!mFixedRenderAhead) {
|
||||
if (mRenderAheadDepth == 0 && DeviceInfo::get()->getMaxRefreshRate() > 66.6f) {
|
||||
mFixedRenderAhead = false;
|
||||
mRenderAheadCapacity = 1;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user