| Index: content/browser/compositor/delegated_frame_host.cc
|
| diff --git a/content/browser/compositor/delegated_frame_host.cc b/content/browser/compositor/delegated_frame_host.cc
|
| index a9ba7f158e0f4b5069394eb7f72460daa26249b6..485541de1b76f9523d9e94009b7eb0359507f6af 100644
|
| --- a/content/browser/compositor/delegated_frame_host.cc
|
| +++ b/content/browser/compositor/delegated_frame_host.cc
|
| @@ -529,6 +529,11 @@ void DelegatedFrameHost::ReturnResources(
|
| SendReturnedDelegatedResources(last_output_surface_id_);
|
| }
|
|
|
| +void DelegatedFrameHost::SetBeginFrameSource(
|
| + cc::BeginFrameSource* begin_frame_source) {
|
| + // TODO(tansell): Hook this up.
|
| +}
|
| +
|
| void DelegatedFrameHost::EvictDelegatedFrame() {
|
| client_->DelegatedFrameHostGetLayer()->SetShowSolidColorContent();
|
| frame_provider_ = NULL;
|
|
|