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

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

Issue 10693134: Revert 146000 - Split out ContentViewCore from ContentView for embedders. (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/render_widget_host_view_android.h
===================================================================
--- content/browser/renderer_host/render_widget_host_view_android.h (revision 146004)
+++ content/browser/renderer_host/render_widget_host_view_android.h (working copy)
@@ -18,7 +18,7 @@
struct GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params;
namespace content {
-class ContentViewCoreImpl;
+class ContentViewImpl;
class RenderWidgetHost;
class RenderWidgetHostImpl;
struct NativeWebKeyboardEvent;
@@ -29,7 +29,7 @@
class RenderWidgetHostViewAndroid : public RenderWidgetHostViewBase {
public:
RenderWidgetHostViewAndroid(RenderWidgetHostImpl* widget,
- ContentViewCoreImpl* content_view_core);
+ ContentViewImpl* content_view);
virtual ~RenderWidgetHostViewAndroid();
// RenderWidgetHostView implementation.
@@ -102,7 +102,7 @@
virtual bool LockMouse() OVERRIDE;
virtual void UnlockMouse() OVERRIDE;
- void SetContentViewCore(ContentViewCoreImpl* content_view_core);
+ void SetContentView(ContentViewImpl* content_view);
private:
// The model object.
@@ -111,8 +111,8 @@
// Whether or not this widget is hidden.
bool is_hidden_;
- // ContentViewCoreImpl is our interface to the view system.
- ContentViewCoreImpl* content_view_core_;
+ // ContentViewImpl is our interface to the view system.
+ ContentViewImpl* content_view_;
// The size that we want the renderer to be. We keep this in a separate
// variable because resizing is async.
« no previous file with comments | « content/browser/android/download_controller.cc ('k') | content/browser/renderer_host/render_widget_host_view_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698