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

Unified Diff: content/browser/frame_host/render_widget_host_view_guest.h

Issue 654123004: Revert of 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: 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/frame_host/render_widget_host_view_guest.h
diff --git a/content/browser/frame_host/render_widget_host_view_guest.h b/content/browser/frame_host/render_widget_host_view_guest.h
index aa49502ad929e87778ce1207d193319c3212dbfc..9d83c3fb68141a5f5450dc16725d8867a0367bc8 100644
--- a/content/browser/frame_host/render_widget_host_view_guest.h
+++ b/content/browser/frame_host/render_widget_host_view_guest.h
@@ -60,7 +60,7 @@
virtual gfx::NativeViewId GetNativeViewId() const override;
virtual gfx::NativeViewAccessible GetNativeViewAccessible() override;
virtual gfx::Rect GetViewBounds() const override;
- virtual void SetBackgroundColor(SkColor color) override;
+ virtual void SetBackgroundOpaque(bool opaque) override;
virtual gfx::Size GetPhysicalBackingSize() const override;
virtual base::string16 GetSelectedText() const override;

Powered by Google App Engine
This is Rietveld 408576698