| 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 68349ec2b9a32e57b40da8c439d932b2b618474a..5ed5908d8349e123e7fb3a257347121f6e1869ba 100644
|
| --- a/content/renderer/gpu/render_widget_compositor.h
|
| +++ b/content/renderer/gpu/render_widget_compositor.h
|
| @@ -97,7 +97,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 SetSurfaceIdNamespace(uint32_t surface_id_namespace);
|
| + void SetSurfaceClientId(uint32_t surface_id_namespace);
|
| void OnHandleCompositorProto(const std::vector<uint8_t>& proto);
|
| void SetPaintedDeviceScaleFactor(float device_scale);
|
|
|
|
|