Bug 1030741 - Follow-up to fix android bustage. r=me

This commit is contained in:
Kartikaya Gupta 2014-08-23 19:55:55 -04:00
Родитель 64a26a7b66
Коммит 6f5589f3c8
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -91,7 +91,7 @@ APZCCallbackHandler::RequestContentRepaint(const FrameMetrics& aFrameMetrics)
MOZ_ASSERT(NS_IsMainThread());
MOZ_ASSERT(aFrameMetrics.GetScrollId() != FrameMetrics::NULL_SCROLL_ID);
if (aFrameMetrics.mIsRoot) {
if (aFrameMetrics.GetIsRoot()) {
nsIDOMWindowUtils* utils = GetDOMWindowUtils();
if (utils && APZCCallbackHelper::HasValidPresShellId(utils, aFrameMetrics)) {
FrameMetrics metrics = aFrameMetrics;