Bug 1219296 - Split fields not needed for repaints out from FrameMetrics. r=kats

MozReview-Commit-ID: DymHOSI6yYK
This commit is contained in:
Botond Ballo
2016-03-28 19:14:52 -04:00
parent a15f5f5aff
commit aa2fd58a6a
28 changed files with 327 additions and 244 deletions

View File

@@ -10,7 +10,6 @@ namespace mozilla {
namespace layers {
const FrameMetrics::ViewID FrameMetrics::NULL_SCROLL_ID = 0;
const FrameMetrics FrameMetrics::sNullMetrics;
void
FrameMetrics::SetUsesContainerScrolling(bool aValue) {
@@ -18,5 +17,7 @@ FrameMetrics::SetUsesContainerScrolling(bool aValue) {
mUsesContainerScrolling = aValue;
}
const ScrollMetadata ScrollMetadata::sNullMetadata;
}
}
}