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

Unified Diff: content/browser/renderer_host/backing_store_win.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_win.cc
===================================================================
--- content/browser/renderer_host/backing_store_win.cc (revision 147462)
+++ content/browser/renderer_host/backing_store_win.cc (working copy)
@@ -12,6 +12,7 @@
#include "ui/gfx/gdi_util.h"
#include "ui/surface/transport_dib.h"
+namespace content {
namespace {
// Creates a dib conforming to the height/width/section parameters passed in.
@@ -69,7 +70,7 @@
} // namespace
-BackingStoreWin::BackingStoreWin(content::RenderWidgetHost* widget,
+BackingStoreWin::BackingStoreWin(RenderWidgetHost* widget,
const gfx::Size& size)
: BackingStore(widget, size),
backing_store_dib_(NULL),
@@ -114,7 +115,7 @@
}
void BackingStoreWin::PaintToBackingStore(
- content::RenderProcessHost* process,
+ RenderProcessHost* process,
TransportDIB::Id bitmap,
const gfx::Rect& bitmap_rect,
const std::vector<gfx::Rect>& copy_rects,
@@ -178,3 +179,5 @@
// TODO(darin): this doesn't work if dx and dy are both non-zero!
DCHECK(dx == 0 || dy == 0);
}
+
+} // namespace content
« no previous file with comments | « content/browser/renderer_host/backing_store_win.h ('k') | content/browser/renderer_host/compositing_iosurface_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698