| 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 d1237afa01148081227773243c8e214e9fefa748..b937c76a9d8106810de8eede9411c8ac25cc166f 100644
|
| --- a/content/browser/compositor/delegated_frame_host.h
|
| +++ b/content/browser/compositor/delegated_frame_host.h
|
| @@ -219,21 +219,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,
|
|
|