Chromium Code Reviews| Index: third_party/WebKit/Source/core/layout/LayoutFullScreen.cpp |
| diff --git a/third_party/WebKit/Source/core/layout/LayoutFullScreen.cpp b/third_party/WebKit/Source/core/layout/LayoutFullScreen.cpp |
| index 760c11e5a279ac2aa688dadf426a2688aaf08fcf..62809a6fca47b80556bb37ef8b5df837a45c26ed 100644 |
| --- a/third_party/WebKit/Source/core/layout/LayoutFullScreen.cpp |
| +++ b/third_party/WebKit/Source/core/layout/LayoutFullScreen.cpp |
| @@ -98,6 +98,7 @@ void LayoutFullScreen::updateStyle() |
| // Create a stacking context: |
| fullscreenStyle->setZIndex(INT_MAX); |
| + fullscreenStyle->updateIsStackingContext(false, false); |
|
rune
2016/06/09 09:10:25
Multiple bools like this hurts readability.
alancutter (OOO until 2018)
2016/06/10 04:59:30
Replaced with enums though it looks a bit ugly.
|
| fullscreenStyle->setFontDescription(FontDescription()); |
| fullscreenStyle->font().update(nullptr); |