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 e18cddc68370f15cf57b68cc29263366532dd370..1aaeac4c12447405d4339a50783a891dba92f460 100644 |
--- a/content/browser/frame_host/render_widget_host_view_guest.h |
+++ b/content/browser/frame_host/render_widget_host_view_guest.h |
@@ -53,7 +53,7 @@ class CONTENT_EXPORT RenderWidgetHostViewGuest |
virtual gfx::NativeViewId GetNativeViewId() const OVERRIDE; |
virtual gfx::NativeViewAccessible GetNativeViewAccessible() OVERRIDE; |
virtual gfx::Rect GetViewBounds() const OVERRIDE; |
- virtual void SetBackground(const SkBitmap& background) OVERRIDE; |
+ virtual void SetBackgroundOpaque(bool opaque) OVERRIDE; |
virtual gfx::Size GetPhysicalBackingSize() const OVERRIDE; |
virtual base::string16 GetSelectedText() const OVERRIDE; |