зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1084323
- Repair compilation issue with APZController. r=kats
DONTBUILD because NPOTB (metro-only)
This commit is contained in:
Родитель
6347e65b6a
Коммит
da07e59f17
|
@ -147,7 +147,7 @@ APZController::RequestContentRepaint(const FrameMetrics& aFrameMetrics)
|
|||
nsCOMPtr<nsIContent> targetContent;
|
||||
if (!GetDOMTargets(aFrameMetrics.GetScrollId(),
|
||||
subDocument, targetContent)) {
|
||||
return NS_OK;
|
||||
return;
|
||||
}
|
||||
|
||||
// If we're dealing with a sub frame or content editable element,
|
||||
|
@ -158,7 +158,7 @@ APZController::RequestContentRepaint(const FrameMetrics& aFrameMetrics)
|
|||
#endif
|
||||
FrameMetrics metrics = aFrameMetrics;
|
||||
mozilla::layers::APZCCallbackHelper::UpdateSubFrame(targetContent, metrics);
|
||||
return NS_OK;
|
||||
return;
|
||||
}
|
||||
|
||||
#ifdef DEBUG_CONTROLLER
|
||||
|
|
Загрузка…
Ссылка в новой задаче