| Index: ui/snapshot/snapshot_android.cc
|
| diff --git a/ui/snapshot/snapshot_android.cc b/ui/snapshot/snapshot_android.cc
|
| index 8dd309ad1833b7ba087e2b43379f424e693768d5..3ae0be71283693a48a53414b0e6b2ee844e041ee 100644
|
| --- a/ui/snapshot/snapshot_android.cc
|
| +++ b/ui/snapshot/snapshot_android.cc
|
| @@ -33,12 +33,12 @@ bool GrabWindowSnapshot(gfx::NativeWindow window,
|
| scaled_bounds.height(), png_representation);
|
| }
|
|
|
| -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();
|
| }
|
|
|
|
|