| Index: ui/snapshot/snapshot_gtk.cc
|
| diff --git a/ui/snapshot/snapshot_gtk.cc b/ui/snapshot/snapshot_gtk.cc
|
| index 4f3f83378bbff50ee44b2999acb4d010e0c618a2..bf05a33c586b37c32347400eff4756dbccd19db7 100644
|
| --- a/ui/snapshot/snapshot_gtk.cc
|
| +++ b/ui/snapshot/snapshot_gtk.cc
|
| @@ -83,12 +83,12 @@ bool GrabWindowSnapshot(gfx::NativeWindow window_handle,
|
| snapshot_bounds);
|
| }
|
|
|
| -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();
|
| }
|
|
|
|
|