| Index: ui/snapshot/snapshot_android.cc
|
| diff --git a/ui/snapshot/snapshot_android.cc b/ui/snapshot/snapshot_android.cc
|
| index f175a87ce743cb9f04d0c2ae7dd0be91da0ecebd..23d82b5ccd0908e19ff0e78bf961bdfde023b981 100644
|
| --- a/ui/snapshot/snapshot_android.cc
|
| +++ b/ui/snapshot/snapshot_android.cc
|
| @@ -32,4 +32,13 @@ bool GrabWindowSnapshot(gfx::NativeWindow window,
|
| scaled_bounds.height(), png_representation);
|
| }
|
|
|
| +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
|
|
|