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

Unified Diff: content/renderer/gpu/render_widget_compositor.h

Issue 2715243004: [blink] Support (semi-)transparent background colors in WebView/Frame. (Closed)
Patch Set: address comments 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: content/renderer/gpu/render_widget_compositor.h
diff --git a/content/renderer/gpu/render_widget_compositor.h b/content/renderer/gpu/render_widget_compositor.h
index b0600bf7ec0e88731f885ec929eff87f90770493..ea6e12bcd9e76ca32b9112ace3c3cb5c5ad6c013 100644
--- a/content/renderer/gpu/render_widget_compositor.h
+++ b/content/renderer/gpu/render_widget_compositor.h
@@ -127,7 +127,6 @@ class CONTENT_EXPORT RenderWidgetCompositor
const blink::WebFloatPoint& point) const;
void setDeviceScaleFactor(float device_scale) override;
void setBackgroundColor(blink::WebColor color) override;
- void setHasTransparentBackground(bool transparent) override;
void setVisible(bool visible) override;
void setPageScaleFactorAndLimits(float page_scale_factor,
float minimum,
« no previous file with comments | « no previous file | content/renderer/gpu/render_widget_compositor.cc » ('j') | third_party/WebKit/Source/core/paint/ViewPainter.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698