| Index: content/browser/renderer_host/backing_store_gtk.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/backing_store_gtk.cc (revision 110571)
|
| +++ content/browser/renderer_host/backing_store_gtk.cc (working copy)
|
| @@ -25,7 +25,7 @@
|
| #include "base/memory/singleton.h"
|
| #include "base/metrics/histogram.h"
|
| #include "base/time.h"
|
| -#include "content/browser/renderer_host/render_process_host.h"
|
| +#include "content/browser/renderer_host/render_process_host_impl.h"
|
| #include "skia/ext/platform_canvas.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "ui/base/x/x11_util.h"
|
| @@ -328,7 +328,7 @@
|
| }
|
|
|
| void BackingStoreGtk::PaintToBackingStore(
|
| - RenderProcessHost* process,
|
| + content::RenderProcessHost* process,
|
| TransportDIB::Id bitmap,
|
| const gfx::Rect& bitmap_rect,
|
| const std::vector<gfx::Rect>& copy_rects,
|
|
|