| Index: ui/snapshot/snapshot.h
|
| diff --git a/ui/snapshot/snapshot.h b/ui/snapshot/snapshot.h
|
| index d6fb6b8b0183326b7b2414e050d1f17bac2dc918..ef772110eaf2ef1b799bd6bb9a2e162c0919b12d 100644
|
| --- a/ui/snapshot/snapshot.h
|
| +++ b/ui/snapshot/snapshot.h
|
| @@ -49,6 +49,11 @@ SNAPSHOT_EXPORT void GrabWindowSnapshotAsync(
|
| const gfx::Size& target_size,
|
| scoped_refptr<base::TaskRunner> background_task_runner,
|
| const GrabWindowSnapshotAsyncCallback& callback);
|
| +SNAPSHOT_EXPORT void GrabWindowSnapshotAsync(
|
| + gfx::NativeWindow window,
|
| + const gfx::Rect& source_rect,
|
| + scoped_refptr<base::TaskRunner> background_task_runner,
|
| + const GrabWindowSnapshotAsyncCallback& callback);
|
|
|
| } // namespace ui
|
|
|
|
|