Bug 1510757 - Protect the comment above APZCTreeManager::GetScreenToApzcTransform() from clang-format (DONTBUILD). r=kats

Differential Revision: https://phabricator.services.mozilla.com/D13302

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Botond Ballo 2018-11-28 20:36:43 +00:00
Родитель 1319a0b5d5
Коммит fa6c347d4b
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -2869,6 +2869,7 @@ APZCTreeManager::FindRootContentOrRootApzc() const
return resultNode ? resultNode->GetApzc() : nullptr;
}
// clang-format off
/* The methods GetScreenToApzcTransform() and GetApzcToGeckoTransform() return
some useful transformations that input events may need applied. This is best
illustrated with an example. Consider a chain of layers, L, M, N, O, P, Q, R. Layer L
@ -2959,6 +2960,7 @@ APZCTreeManager::FindRootContentOrRootApzc() const
The APZCs also obviously have LT, LN, PT, and PN, so all of the above transformation combinations
required can be generated.
*/
// clang-format on
/*
* See the long comment above for a detailed explanation of this function.