зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1713715. In gtest APZCGestureDetectorTester.DoubleTap make the apzc be for root content since we now redirect all double taps to root content. r=botond
Differential Revision: https://phabricator.services.mozilla.com/D118118
This commit is contained in:
Родитель
1d7746a429
Коммит
e2fec59f88
|
@ -579,6 +579,8 @@ TEST_F(APZCGestureDetectorTester, DoubleTap) {
|
|||
MakeApzcWaitForMainThread();
|
||||
MakeApzcZoomable();
|
||||
|
||||
apzc->GetFrameMetrics().SetIsRootContent(true);
|
||||
|
||||
EXPECT_CALL(*mcc, HandleTap(TapType::eSingleTap, LayoutDevicePoint(10, 10), 0,
|
||||
apzc->GetGuid(), _))
|
||||
.Times(0);
|
||||
|
|
Загрузка…
Ссылка в новой задаче