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

Unified Diff: content/renderer/render_widget.h

Issue 2144733005: [WIP] cc: Plumb SurfaceId from clients Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ensure only SurfaceFactoy and tests can update hierarchy 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
« no previous file with comments | « content/renderer/gpu/render_widget_compositor.cc ('k') | content/test/test_render_view_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index 7b2d5d64937fab26e4f8b6d37f857ee91edaf222..57c63160afc21abd570e8c9c38f3bd710151fabf 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -479,7 +479,7 @@ class CONTENT_EXPORT RenderWidget
const gfx::Rect& window_screen_rect);
void OnUpdateWindowScreenRect(const gfx::Rect& window_screen_rect);
void OnShowImeIfNeeded();
- void OnSetSurfaceClientId(uint32_t surface_id_namespace);
+ void OnSetSurfaceClientId(uint32_t surface_client_id);
void OnHandleCompositorProto(const std::vector<uint8_t>& proto);
#if defined(OS_ANDROID)
« no previous file with comments | « content/renderer/gpu/render_widget_compositor.cc ('k') | content/test/test_render_view_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698