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

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

Issue 9600036: Move Render(View|Widget)Host and associated classes to content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to review comments. Created 8 years, 9 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.h
diff --git a/content/browser/renderer_host/backing_store_win.h b/content/browser/renderer_host/backing_store_win.h
index 89c9ceaa4a0b5eb834eb1a016d139437bf4f6239..462740b928dc8db35f3261f46f9fe38303197b15 100644
--- a/content/browser/renderer_host/backing_store_win.h
+++ b/content/browser/renderer_host/backing_store_win.h
@@ -14,7 +14,7 @@
class BackingStoreWin : public BackingStore {
public:
- BackingStoreWin(RenderWidgetHost* widget, const gfx::Size& size);
+ BackingStoreWin(content::RenderWidgetHost* widget, const gfx::Size& size);
virtual ~BackingStoreWin();
HDC hdc() { return hdc_; }
« no previous file with comments | « content/browser/renderer_host/backing_store_skia.cc ('k') | content/browser/renderer_host/backing_store_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698