Bug 1219296 - Split fields not needed for repaints out from FrameMetrics. r=kats
MozReview-Commit-ID: DymHOSI6yYK
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user