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

Unified Diff: third_party/WebKit/public/platform/WebLayerTreeView.h

Issue 2715243004: [blink] Support (semi-)transparent background colors in WebView/Frame. (Closed)
Patch Set: add unit test for remote frame transparency Created 3 years, 9 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/public/platform/WebLayerTreeView.h
diff --git a/third_party/WebKit/public/platform/WebLayerTreeView.h b/third_party/WebKit/public/platform/WebLayerTreeView.h
index bc913cb6a50607658ae6ab00a15ac5642cd5b9e5..a00ce584eae3a4e5a813b379d29482e97210fc88 100644
--- a/third_party/WebKit/public/platform/WebLayerTreeView.h
+++ b/third_party/WebKit/public/platform/WebLayerTreeView.h
@@ -71,9 +71,6 @@ class WebLayerTreeView {
// Sets the background color for the viewport.
virtual void setBackgroundColor(WebColor) {}
- // Sets the background transparency for the viewport. The default is 'false'.
- virtual void setHasTransparentBackground(bool) {}
-
// Sets whether this view is visible. In threaded mode, a view that is not
// visible will not composite or trigger updateAnimations() or layout() calls
// until it becomes visible.

Powered by Google App Engine
This is Rietveld 408576698