Index: ui/snapshot/snapshot_gtk.cc |
diff --git a/ui/snapshot/snapshot_gtk.cc b/ui/snapshot/snapshot_gtk.cc |
index 8a2f8c1edd7003be501dde06f4e26109e1c7c07a..6617a1dbec43b75d5440b32f68d84fee3d39e2e9 100644 |
--- a/ui/snapshot/snapshot_gtk.cc |
+++ b/ui/snapshot/snapshot_gtk.cc |
@@ -82,4 +82,13 @@ bool GrabWindowSnapshot(gfx::NativeWindow window_handle, |
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 |