NVFlinger: Reverse the change that only signaled events on buffer acquire.

This has been hardware tested and it seems that NVFlinger will still 
signal even if there are no buffers to present.
This commit is contained in:
Fernando Sahmkow
2019-09-26 15:41:10 -04:00
committed by FernandoS27
parent ffc2ce89a0
commit 782b7a0ca4
2 changed files with 1 additions and 20 deletions

View File

@ -102,8 +102,6 @@ private:
u32 swap_interval = 1;
bool first_buffer_enqueued{};
/// Event that handles screen composition.
Core::Timing::EventType* composition_event;