Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1256)

Unified Diff: third_party/WebKit/Source/web/FullscreenController.h

Issue 2715243004: [blink] Support (semi-)transparent background colors in WebView/Frame. (Closed)
Patch Set: Set WebViewImpl transparency for fullscreen. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698