Index: content/browser/frame_host/render_widget_host_view_child_frame.h |
diff --git a/content/browser/frame_host/render_widget_host_view_child_frame.h b/content/browser/frame_host/render_widget_host_view_child_frame.h |
index 804a79de9b0a6eb4c51a836c741415906057c5c9..b61982e29e976b7229d6b0b4fffab00bd500075b 100644 |
--- a/content/browser/frame_host/render_widget_host_view_child_frame.h |
+++ b/content/browser/frame_host/render_widget_host_view_child_frame.h |
@@ -51,7 +51,7 @@ class CONTENT_EXPORT RenderWidgetHostViewChildFrame |
gfx::NativeView GetNativeView() const override; |
gfx::NativeViewId GetNativeViewId() const override; |
gfx::NativeViewAccessible GetNativeViewAccessible() override; |
- void SetBackgroundOpaque(bool opaque) override; |
+ void SetBackgroundColor(SkColor color) override; |
gfx::Size GetPhysicalBackingSize() const override; |
// RenderWidgetHostViewBase implementation. |