| Index: content/browser/renderer_host/offscreen_canvas_surface_impl.h
|
| diff --git a/content/browser/renderer_host/offscreen_canvas_surface_impl.h b/content/browser/renderer_host/offscreen_canvas_surface_impl.h
|
| index 9a28a5c3f6ab41708b95c9d63639c875920acd45..15c1aedbd287fbf9132d5e050f64290338b5ba51 100644
|
| --- a/content/browser/renderer_host/offscreen_canvas_surface_impl.h
|
| +++ b/content/browser/renderer_host/offscreen_canvas_surface_impl.h
|
| @@ -33,8 +33,8 @@ class CONTENT_EXPORT OffscreenCanvasSurfaceImpl
|
| void Satisfy(const cc::SurfaceSequence& sequence) override;
|
|
|
| const cc::FrameSinkId& frame_sink_id() const { return frame_sink_id_; }
|
| - const cc::LocalFrameId& current_local_frame_id() const {
|
| - return current_local_frame_id_;
|
| + const cc::LocalSurfaceId& current_local_surface_id() const {
|
| + return current_local_surface_id_;
|
| }
|
|
|
| private:
|
| @@ -43,7 +43,7 @@ class CONTENT_EXPORT OffscreenCanvasSurfaceImpl
|
|
|
| // Surface-related state
|
| cc::FrameSinkId frame_sink_id_;
|
| - cc::LocalFrameId current_local_frame_id_;
|
| + cc::LocalSurfaceId current_local_surface_id_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(OffscreenCanvasSurfaceImpl);
|
| };
|
|
|