| Index: ui/snapshot/snapshot_ios.mm
|
| diff --git a/ui/snapshot/snapshot_ios.mm b/ui/snapshot/snapshot_ios.mm
|
| index af8cb4772c63f2dba7cd18ba986a4b036b9e3a45..b121d4249726c0e1d41d3a95148355616ecd4750 100644
|
| --- a/ui/snapshot/snapshot_ios.mm
|
| +++ b/ui/snapshot/snapshot_ios.mm
|
| @@ -23,12 +23,12 @@ bool GrabWindowSnapshot(gfx::NativeWindow window,
|
| return false;
|
| }
|
|
|
| -SNAPSHOT_EXPORT void GrapWindowSnapshotAsync(
|
| +SNAPSHOT_EXPORT void GrabWindowSnapshotAsync(
|
| gfx::NativeWindow window,
|
| const gfx::Rect& snapshot_bounds,
|
| const gfx::Size& target_size,
|
| scoped_refptr<base::TaskRunner> background_task_runner,
|
| - GrapWindowSnapshotAsyncCallback callback) {
|
| + GrabWindowSnapshotAsyncCallback callback) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
|
|