Bug 1046904 - Identify scrollgrab layers in the APZC tree log. r=kats

--HG--
extra : rebase_source : 7cf38fbe7d34b8cc5130d79f868dcef58b044e06
This commit is contained in:
Botond Ballo 2014-07-31 13:49:46 -04:00
Родитель bb5f6c0cd7
Коммит 907f789627
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -266,6 +266,7 @@ APZCTreeManager::UpdatePanZoomControllerTree(CompositorParent* aCompositor,
<< "\tcb=" << visible
<< "\tsr=" << container->GetFrameMetrics().mScrollableRect
<< (aLayer->GetVisibleRegion().IsEmpty() ? "\tscrollinfo" : "")
<< (apzc->HasScrollgrab() ? "\tscrollgrab" : "")
<< "\t" << container->GetFrameMetrics().GetContentDescription();
// Bind the APZC instance into the tree of APZCs