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

Unified Diff: content/browser/renderer_host/backing_store_gtk.cc

Issue 10804031: Move more files into the content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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/renderer_host/backing_store_gtk.cc
===================================================================
--- content/browser/renderer_host/backing_store_gtk.cc (revision 147462)
+++ content/browser/renderer_host/backing_store_gtk.cc (working copy)
@@ -34,8 +34,7 @@
#include "ui/gfx/rect.h"
#include "ui/surface/transport_dib.h"
-using content::RenderWidgetHost;
-
+namespace content {
namespace {
// Assume that somewhere along the line, someone will do width * height * 4
@@ -330,7 +329,7 @@
}
void BackingStoreGtk::PaintToBackingStore(
- content::RenderProcessHost* process,
+ RenderProcessHost* process,
TransportDIB::Id bitmap,
const gfx::Rect& bitmap_rect,
const std::vector<gfx::Rect>& copy_rects,
@@ -663,3 +662,5 @@
cairo_destroy(cr);
}
#endif
+
+} // namespace content
« no previous file with comments | « content/browser/renderer_host/backing_store_gtk.h ('k') | content/browser/renderer_host/backing_store_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698