| Index: ui/snapshot/snapshot_gtk.cc
|
| diff --git a/ui/snapshot/snapshot_gtk.cc b/ui/snapshot/snapshot_gtk.cc
|
| index c90450035e31ce6cc1a20728a0a2ce6512e4545d..362ecfd38fe0ffa6c2ea5ac471c54039b4f58e7b 100644
|
| --- a/ui/snapshot/snapshot_gtk.cc
|
| +++ b/ui/snapshot/snapshot_gtk.cc
|
| @@ -96,7 +96,7 @@ void GrabWindowSnapshotAsync(
|
| gfx::NativeWindow window,
|
| const gfx::Rect& source_rect,
|
| scoped_refptr<base::TaskRunner> background_task_runner,
|
| - const GrabWindowSnapshotAsyncCallback& callback) {
|
| + const GrabWindowSnapshotPNGAsyncCallback& callback) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
|
|