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

Unified Diff: content/browser/renderer_host/test_backing_store.h

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/test_backing_store.h
===================================================================
--- content/browser/renderer_host/test_backing_store.h (revision 147462)
+++ content/browser/renderer_host/test_backing_store.h (working copy)
@@ -9,14 +9,16 @@
#include "base/compiler_specific.h"
#include "content/browser/renderer_host/backing_store.h"
+namespace content {
+
class TestBackingStore : public BackingStore {
public:
- TestBackingStore(content::RenderWidgetHost* widget, const gfx::Size& size);
+ TestBackingStore(RenderWidgetHost* widget, const gfx::Size& size);
virtual ~TestBackingStore();
// BackingStore implementation.
virtual void PaintToBackingStore(
- content::RenderProcessHost* process,
+ RenderProcessHost* process,
TransportDIB::Id bitmap,
const gfx::Rect& bitmap_rect,
const std::vector<gfx::Rect>& copy_rects,
@@ -32,4 +34,6 @@
DISALLOW_COPY_AND_ASSIGN(TestBackingStore);
};
+} // namespace content
+
#endif // CONTENT_BROWSER_RENDERER_HOST_TEST_TEST_BACKING_STORE_H_
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_win.cc ('k') | content/browser/renderer_host/test_backing_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698