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

Unified Diff: content/browser/renderer_host/render_widget_host_view_aura.h

Issue 637083002: Sets the default background color of inline signin and user manager to grey (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 6 years, 2 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/browser/renderer_host/render_widget_host_view_aura.h
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
index 92b479549f4cf843abccea36ab7b44a7ad1dcee9..c814c97fa78df1eef94cb867b73701c8bcb386e9 100644
--- a/content/browser/renderer_host/render_widget_host_view_aura.h
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h
@@ -154,7 +154,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
virtual void Hide() override;
virtual bool IsShowing() override;
virtual gfx::Rect GetViewBounds() const override;
- virtual void SetBackgroundOpaque(bool opaque) override;
+ virtual void SetBackgroundColor(SkColor color) override;
virtual gfx::Size GetVisibleViewportSize() const override;
virtual void SetInsets(const gfx::Insets& insets) override;

Powered by Google App Engine
This is Rietveld 408576698