| 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 496d568a697e226600e97389922254653f804d44..aa934f3276d3ecc253a1f87912b48c39e66ff945 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);
|
|
|