mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1129210. Always enable vsync when touch events occur. r=kats
This commit is contained in:
parent
92b3d55c16
commit
93e94a2f95
@ -153,7 +153,7 @@ GeckoTouchDispatcher::NotifyVsync(TimeStamp aVsyncTimestamp)
|
||||
void
|
||||
GeckoTouchDispatcher::NotifyTouch(MultiTouchInput& aTouch, TimeStamp aEventTime)
|
||||
{
|
||||
if (aTouch.mType == MultiTouchInput::MULTITOUCH_START && mCompositorVsyncObserver) {
|
||||
if (mCompositorVsyncObserver) {
|
||||
mCompositorVsyncObserver->SetNeedsComposite(true);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user