Bug 1267470 - Move more fields from FrameMetrics to ScrollMetadata. r=kats

MozReview-Commit-ID: zxtt1NNcDe
This commit is contained in:
Botond Ballo
2016-04-27 16:06:34 -04:00
parent 8cfd9449ae
commit 69d04c0329
16 changed files with 258 additions and 266 deletions

View File

@@ -12,7 +12,7 @@ namespace layers {
const FrameMetrics::ViewID FrameMetrics::NULL_SCROLL_ID = 0;
void
FrameMetrics::SetUsesContainerScrolling(bool aValue) {
ScrollMetadata::SetUsesContainerScrolling(bool aValue) {
MOZ_ASSERT_IF(aValue, gfxPrefs::LayoutUseContainersForRootFrames());
mUsesContainerScrolling = aValue;
}