| Index: ui/snapshot/snapshot_async.h
|
| diff --git a/ui/snapshot/snapshot_async.h b/ui/snapshot/snapshot_async.h
|
| index 364f76c26d9fb88d9bf89aee28062e917f0207d8..d62ed1c7013f2486b44bc1a296e8abd4b7bf7125 100644
|
| --- a/ui/snapshot/snapshot_async.h
|
| +++ b/ui/snapshot/snapshot_async.h
|
| @@ -32,8 +32,10 @@ class SnapshotAsync {
|
| std::unique_ptr<cc::CopyOutputResult> result);
|
|
|
| static void EncodeCopyOutputResult(
|
| - const GrabWindowSnapshotAsyncPNGCallback& callback,
|
| + const GrabWindowSnapshotAsyncEncodedCallback& callback,
|
| scoped_refptr<base::TaskRunner> background_task_runner,
|
| + SnapshotEncoding encoding,
|
| + SnapshotQuality quality,
|
| std::unique_ptr<cc::CopyOutputResult> result);
|
|
|
| private:
|
|
|