Index: third_party/WebKit/Source/web/FullscreenController.h |
diff --git a/third_party/WebKit/Source/web/FullscreenController.h b/third_party/WebKit/Source/web/FullscreenController.h |
index 4ffbd6d406d4289e23579dd682ef6928a26af2d0..42d071c0aa1f4583f6d44b8623868658be8d36e8 100644 |
--- a/third_party/WebKit/Source/web/FullscreenController.h |
+++ b/third_party/WebKit/Source/web/FullscreenController.h |
@@ -94,6 +94,8 @@ class FullscreenController { |
float m_initialPageScaleFactor = 0.0f; |
IntSize m_initialScrollOffset; |
FloatPoint m_initialVisualViewportOffset; |
+ bool m_initialTransparency = false; |
+ bool m_needsTransparencyRestore = false; |
}; |
} // namespace blink |