| 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 abc001e2f955d31fe3c687243b66424fd427dafe..aa4d7fc0cc3bb7d2488cc9060f2ba2fdf1425217 100644
|
| --- a/content/browser/compositor/delegated_frame_host.cc
|
| +++ b/content/browser/compositor/delegated_frame_host.cc
|
| @@ -536,6 +536,12 @@ void DelegatedFrameHost::ReturnResources(
|
| SendReturnedDelegatedResources(last_output_surface_id_);
|
| }
|
|
|
| +void DelegatedFrameHost::SetBeginFrameSource(
|
| + cc::BeginFrameSource* begin_frame_source) {
|
| + // TODO(tansell): Hook this up.
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| void DelegatedFrameHost::EvictDelegatedFrame() {
|
| client_->DelegatedFrameHostGetLayer()->SetShowSolidColorContent();
|
| frame_provider_ = NULL;
|
|
|