Commit 7546485e authored by Saman Sami's avatar Saman Sami Committed by Commit Bot

Remove background_color_ in DelegatedFrameHost

It's not used.

Change-Id: If99b1617dfd3fe83d87665c3d428d3348ad30d3b
Reviewed-on: https://chromium-review.googlesource.com/c/1301874Reviewed-by: default avatarFady Samuel <fsamuel@chromium.org>
Commit-Queue: Fady Samuel <fsamuel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#603119}
parent 938efe8f
...@@ -208,9 +208,6 @@ class CONTENT_EXPORT DelegatedFrameHost ...@@ -208,9 +208,6 @@ class CONTENT_EXPORT DelegatedFrameHost
// TODO(ccameron): The meaning of "current" should be made more clear here. // TODO(ccameron): The meaning of "current" should be made more clear here.
gfx::Size current_frame_size_in_dip_; gfx::Size current_frame_size_in_dip_;
// This is the last root background color from a swapped frame.
SkColor background_color_;
viz::HostFrameSinkManager* const host_frame_sink_manager_; viz::HostFrameSinkManager* const host_frame_sink_manager_;
// State for rendering into a Surface. // State for rendering into a Surface.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment