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

Unified Diff: content/browser/renderer_host/render_view_host_impl.cc

Issue 2136413002: Update Surface ID Terminology (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed webkit_unit_tests Created 4 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_view_host_impl.cc
diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc
index 1b43ff27d3a3e49dd3f0e4d7797ef9f633a0df2b..023cb5fafb7acd3f6a4bd7c3a4f25c2ed329eab0 100644
--- a/content/browser/renderer_host/render_view_host_impl.cc
+++ b/content/browser/renderer_host/render_view_host_impl.cc
@@ -381,8 +381,8 @@ bool RenderViewHostImpl::CreateRenderView(
// If the RWHV has not yet been set, the surface ID namespace will get
// passed down by the call to SetView().
if (GetWidget()->GetView()) {
- Send(new ViewMsg_SetSurfaceIdNamespace(
- GetRoutingID(), GetWidget()->GetView()->GetSurfaceIdNamespace()));
+ Send(new ViewMsg_SetSurfaceClientId(
+ GetRoutingID(), GetWidget()->GetView()->GetSurfaceClientId()));
}
// If it's enabled, tell the renderer to set up the Javascript bindings for

Powered by Google App Engine
This is Rietveld 408576698