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

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

Issue 2784783002: DNS: Testing for [blink] Support (semi-)transparent background colors.
Patch Set: test with !hasAlpha instead of alpha > 0 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
« no previous file with comments | « no previous file | content/renderer/gpu/render_widget_compositor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c35fcbae3cb1597fa28cf56fa21027f55cce8b6e..26124742f315dea828d2f6e3dfcf8941d9e6d275 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698