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

Unified Diff: content/renderer/gpu/render_widget_compositor.h

Issue 2369793002: WIP: Propagate SurfaceID up window tree hierarchy
Patch Set: Fix input events: EventDispatcher ignores container windows Created 4 years, 3 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/common/view_messages.h ('k') | content/renderer/gpu/render_widget_compositor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/gpu/render_widget_compositor.h
diff --git a/content/renderer/gpu/render_widget_compositor.h b/content/renderer/gpu/render_widget_compositor.h
index cd75d369f72fb72072b445d559e21835a84250e4..39127f78607e31792a060c7b4c83d90ef6c51e9a 100644
--- a/content/renderer/gpu/render_widget_compositor.h
+++ b/content/renderer/gpu/render_widget_compositor.h
@@ -101,7 +101,7 @@ class CONTENT_EXPORT RenderWidgetCompositor
std::unique_ptr<base::Value> value,
const base::Callback<void(std::unique_ptr<base::Value>)>& callback);
bool SendMessageToMicroBenchmark(int id, std::unique_ptr<base::Value> value);
- void SetSurfaceClientId(uint32_t surface_id_namespace);
+ void SetFrameSinkId(const cc::FrameSinkId& frame_sink_id);
void OnHandleCompositorProto(const std::vector<uint8_t>& proto);
void SetPaintedDeviceScaleFactor(float device_scale);
void SetDeviceColorSpace(const gfx::ColorSpace& color_space);
« no previous file with comments | « content/common/view_messages.h ('k') | content/renderer/gpu/render_widget_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698