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

Unified Diff: content/port/browser/render_widget_host_view_port.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/port/browser/render_widget_host_view_port.h
===================================================================
--- content/port/browser/render_widget_host_view_port.h (revision 147462)
+++ content/port/browser/render_widget_host_view_port.h (working copy)
@@ -15,7 +15,6 @@
#include "ui/base/range/range.h"
#include "ui/surface/transport_dib.h"
-class BackingStore;
class WebCursor;
struct AccessibilityHostMsg_NotificationParams;
@@ -23,6 +22,7 @@
struct GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params;
namespace content {
+class BackingStore;
jam 2012/07/20 23:35:39 nit: while you're here, can you move this down to
struct NativeWebKeyboardEvent;
}
@@ -144,7 +144,7 @@
const gfx::Rect& end_rect) {}
// Allocate a backing store for this view.
- virtual BackingStore* AllocBackingStore(const gfx::Size& size) = 0;
+ virtual content::BackingStore* AllocBackingStore(const gfx::Size& size) = 0;
// Copies the contents of the compositing surface into the given
// (uninitialized) PlatformCanvas if any.

Powered by Google App Engine
This is Rietveld 408576698