| Index: ui/snapshot/snapshot_mac.mm
|
| diff --git a/ui/snapshot/snapshot_mac.mm b/ui/snapshot/snapshot_mac.mm
|
| index abd87286a2d414158ef2472249864ca3216f8791..b1189bb9c5a5292a2a539cd81427bb27ff966c4f 100644
|
| --- a/ui/snapshot/snapshot_mac.mm
|
| +++ b/ui/snapshot/snapshot_mac.mm
|
| @@ -72,4 +72,13 @@ bool GrabWindowSnapshot(gfx::NativeWindow window,
|
| snapshot_bounds);
|
| }
|
|
|
| +SNAPSHOT_EXPORT void GrapWindowSnapshotAsync(
|
| + gfx::NativeWindow window,
|
| + const gfx::Rect& snapshot_bounds,
|
| + const gfx::Size& target_size,
|
| + scoped_refptr<base::TaskRunner> background_task_runner,
|
| + GrapWindowSnapshotAsyncCallback callback) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| } // namespace ui
|
|
|