| Index: ui/aura/local/compositor_frame_sink_local.h
|
| diff --git a/ui/aura/local/compositor_frame_sink_local.h b/ui/aura/local/compositor_frame_sink_local.h
|
| index 65afe361958dc798b882c6308c7e782cebb15715..222fbf3a34992d790541e93765c3ccc2b7cccfaf 100644
|
| --- a/ui/aura/local/compositor_frame_sink_local.h
|
| +++ b/ui/aura/local/compositor_frame_sink_local.h
|
| @@ -60,7 +60,8 @@ class CompositorFrameSinkLocal : public cc::CompositorFrameSink,
|
| const cc::FrameSinkId frame_sink_id_;
|
| cc::SurfaceManager* const surface_manager_;
|
| std::unique_ptr<cc::CompositorFrameSinkSupport> support_;
|
| - gfx::Size last_submitted_frame_size_;
|
| + gfx::Size surface_size_;
|
| + float device_scale_factor_ = 0;
|
| cc::LocalSurfaceIdAllocator id_allocator_;
|
| cc::LocalSurfaceId local_surface_id_;
|
| std::unique_ptr<cc::ExternalBeginFrameSource> begin_frame_source_;
|
|
|