зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1282408 - add ignore initialization check flag for bool variables from ScrollReflowInput. r=dbaron
MozReview-Commit-ID: 6IDxHLbSkoJ
This commit is contained in:
Родитель
79a0735001
Коммит
cb60cc4703
|
@ -215,15 +215,19 @@ struct MOZ_STACK_CLASS ScrollReflowInput {
|
|||
|
||||
// === Filled in by ReflowScrolledFrame ===
|
||||
nsOverflowAreas mContentsOverflowAreas;
|
||||
MOZ_INIT_OUTSIDE_CTOR
|
||||
bool mReflowedContentsWithHScrollbar;
|
||||
MOZ_INIT_OUTSIDE_CTOR
|
||||
bool mReflowedContentsWithVScrollbar;
|
||||
|
||||
// === Filled in when TryLayout succeeds ===
|
||||
// The size of the inside-border area
|
||||
nsSize mInsideBorderSize;
|
||||
// Whether we decided to show the horizontal scrollbar
|
||||
MOZ_INIT_OUTSIDE_CTOR
|
||||
bool mShowHScrollbar;
|
||||
// Whether we decided to show the vertical scrollbar
|
||||
MOZ_INIT_OUTSIDE_CTOR
|
||||
bool mShowVScrollbar;
|
||||
|
||||
ScrollReflowInput(nsIScrollableFrame* aFrame,
|
||||
|
|
Загрузка…
Ссылка в новой задаче