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

Unified Diff: third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h

Issue 2527093003: Improve Fullscreen unit tests (Closed)
Patch Set: Created 4 years, 1 month 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/platform/testing/WebLayerTreeViewImplForTesting.h
diff --git a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
index 284df0f33e0a5ca123cc0d05867a45c79db379bb..40dcf4516c77e8aa52de36d7c2d9d9917f73668a 100644
--- a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
+++ b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
@@ -36,6 +36,7 @@ class WebLayerTreeViewImplForTesting
static cc::LayerTreeSettings defaultLayerTreeSettings();
cc::LayerTreeHost* layerTreeHost() { return m_layerTreeHost.get(); }
bool hasLayer(const WebLayer&);
+ bool hasTransparentBackground();
// blink::WebLayerTreeView implementation.
void setRootLayer(const blink::WebLayer&) override;

Powered by Google App Engine
This is Rietveld 408576698