| Index: content/browser/renderer_host/backing_store_gtk.h
|
| diff --git a/content/browser/renderer_host/backing_store_gtk.h b/content/browser/renderer_host/backing_store_gtk.h
|
| index 5956188437969515baf7cfb1a9ba8f0f703f0c53..281f8cff4d45353de4ce922749339ba6a8fc6215 100644
|
| --- a/content/browser/renderer_host/backing_store_gtk.h
|
| +++ b/content/browser/renderer_host/backing_store_gtk.h
|
| @@ -28,14 +28,14 @@ class CONTENT_EXPORT BackingStoreGtk : public BackingStore {
|
| // Create a backing store on the X server. The visual is an Xlib Visual
|
| // describing the format of the target window and the depth is the color
|
| // depth of the X window which will be drawn into.
|
| - BackingStoreGtk(RenderWidgetHost* widget,
|
| + BackingStoreGtk(content::RenderWidgetHost* widget,
|
| const gfx::Size& size,
|
| void* visual,
|
| int depth);
|
|
|
| // This is for unittesting only. An object constructed using this constructor
|
| // will silently ignore all paints
|
| - BackingStoreGtk(RenderWidgetHost* widget, const gfx::Size& size);
|
| + BackingStoreGtk(content::RenderWidgetHost* widget, const gfx::Size& size);
|
|
|
| virtual ~BackingStoreGtk();
|
|
|
|
|