| Index: content/renderer/android/synchronous_compositor_frame_sink.h
|
| diff --git a/content/renderer/android/synchronous_compositor_frame_sink.h b/content/renderer/android/synchronous_compositor_frame_sink.h
|
| index 74ad9281b8eff116962cdb87ec4fcac59d0f36d9..62bf8ce625cdedd4dd6353d75052a94ef3244045 100644
|
| --- a/content/renderer/android/synchronous_compositor_frame_sink.h
|
| +++ b/content/renderer/android/synchronous_compositor_frame_sink.h
|
| @@ -148,16 +148,19 @@ class SynchronousCompositorFrameSink
|
| // is owned/destroyed on the compositor thread.
|
| std::unique_ptr<cc::SurfaceManager> surface_manager_;
|
| std::unique_ptr<cc::SurfaceIdAllocator> surface_id_allocator_;
|
| - cc::SurfaceId delegated_surface_id_;
|
| + cc::SurfaceId root_surface_id_;
|
| + cc::SurfaceId child_surface_id_;
|
| // Uses surface_manager_.
|
| std::unique_ptr<cc::SurfaceFactory> surface_factory_;
|
| StubDisplayClient display_client_;
|
| // Uses surface_manager_.
|
| std::unique_ptr<cc::Display> display_;
|
| // Owned by |display_|.
|
| - SoftwareOutputSurface* software_compositor_frame_sink_ = nullptr;
|
| + SoftwareOutputSurface* software_output_surface_ = nullptr;
|
| std::unique_ptr<cc::BeginFrameSource> begin_frame_source_;
|
|
|
| + gfx::Rect sw_viewport_for_current_draw_;
|
| +
|
| base::ThreadChecker thread_checker_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SynchronousCompositorFrameSink);
|
|
|