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

Unified Diff: chrome/browser/renderer_host/render_widget_host_view_gtk.h

Issue 20230: Do some more work on RenderWidgetHostViewGtk... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/renderer_host/render_widget_host_view_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/render_widget_host_view_gtk.h
===================================================================
--- chrome/browser/renderer_host/render_widget_host_view_gtk.h (revision 9480)
+++ chrome/browser/renderer_host/render_widget_host_view_gtk.h (working copy)
@@ -23,7 +23,7 @@
// ---------------------------------------------------------------------------
// Implementation of RenderWidgetHostView...
- RenderWidgetHost* GetRenderWidgetHost() const { return widget_; }
+ RenderWidgetHost* GetRenderWidgetHost() const { return host_; }
void DidBecomeSelected();
void WasHidden();
void SetSize(const gfx::Size& size);
@@ -53,7 +53,9 @@
void Paint(const gfx::Rect&);
private:
- RenderWidgetHost *const widget_;
+ // The model object.
+ RenderWidgetHost *const host_;
+ // The native UI widget.
gfx::NativeView view_;
};
« no previous file with comments | « no previous file | chrome/browser/renderer_host/render_widget_host_view_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698