| Index: content/browser/compositor/delegated_frame_host.h
|
| diff --git a/content/browser/compositor/delegated_frame_host.h b/content/browser/compositor/delegated_frame_host.h
|
| index 51a89fb7e67ebcb34ab8c2e336403f64b1fb0dea..ef39f69249cd0c50567179e6200350540b6d195f 100644
|
| --- a/content/browser/compositor/delegated_frame_host.h
|
| +++ b/content/browser/compositor/delegated_frame_host.h
|
| @@ -220,21 +220,6 @@ class CONTENT_EXPORT DelegatedFrameHost
|
|
|
| // Called after async thumbnailer task completes. Scales and crops the result
|
| // of the copy.
|
| - static void CopyFromCompositingSurfaceHasResult(
|
| - const gfx::Size& dst_size_in_pixel,
|
| - const SkColorType color_type,
|
| - const ReadbackRequestCallback& callback,
|
| - scoped_ptr<cc::CopyOutputResult> result);
|
| - static void PrepareTextureCopyOutputResult(
|
| - const gfx::Size& dst_size_in_pixel,
|
| - const SkColorType color_type,
|
| - const ReadbackRequestCallback& callback,
|
| - scoped_ptr<cc::CopyOutputResult> result);
|
| - static void PrepareBitmapCopyOutputResult(
|
| - const gfx::Size& dst_size_in_pixel,
|
| - const SkColorType color_type,
|
| - const ReadbackRequestCallback& callback,
|
| - scoped_ptr<cc::CopyOutputResult> result);
|
| static void CopyFromCompositingSurfaceHasResultForVideo(
|
| base::WeakPtr<DelegatedFrameHost> rwhva,
|
| scoped_refptr<OwnedMailbox> subscriber_texture,
|
|
|