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

Unified Diff: chrome/browser/renderer_host/render_widget_host_view_views.cc

Issue 7136001: GPU compositing surface handle is no longer sent to renderer process. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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: chrome/browser/renderer_host/render_widget_host_view_views.cc
===================================================================
--- chrome/browser/renderer_host/render_widget_host_view_views.cc (revision 90090)
+++ chrome/browser/renderer_host/render_widget_host_view_views.cc (working copy)
@@ -157,7 +157,7 @@
text_input_type_(ui::TEXT_INPUT_TYPE_NONE),
has_composition_text_(false) {
set_focusable(true);
- host_->set_view(this);
+ host_->SetView(this);
}
RenderWidgetHostViewViews::~RenderWidgetHostViewViews() {

Powered by Google App Engine
This is Rietveld 408576698