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

Unified Diff: content/renderer/render_widget.h

Issue 2382873002: Replace usage of SurfaceId's client_id with FrameSinkId (Closed)
Patch Set: Rebased Created 4 years, 2 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/renderer/render_widget.cc » ('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 3830a80370815d65f8a965d5f7286a0cef824e22..95f8549462e164c51b13f89be44321854a7434f9 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -75,6 +75,7 @@ struct WebPoint;
namespace cc {
class CompositorFrameSink;
+class FrameSinkId;
class SwapPromise;
}
@@ -512,7 +513,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 OnSetFrameSinkId(const cc::FrameSinkId& frame_sink_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/renderer/render_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698