| Index: chrome/browser/ui/window_snapshot/window_snapshot_aura.cc
|
| diff --git a/chrome/browser/ui/window_snapshot/window_snapshot_aura.cc b/chrome/browser/ui/window_snapshot/window_snapshot_aura.cc
|
| index 843c89c7509edf8b4a52ec86215546e64c79e110..e811b98d5aeb8493d00c300e94c7f59504d33ac7 100644
|
| --- a/chrome/browser/ui/window_snapshot/window_snapshot_aura.cc
|
| +++ b/chrome/browser/ui/window_snapshot/window_snapshot_aura.cc
|
| @@ -10,7 +10,8 @@
|
| namespace browser {
|
|
|
| gfx::Rect GrabWindowSnapshot(gfx::NativeWindow window_handle,
|
| - std::vector<unsigned char>* png_representation) {
|
| + std::vector<unsigned char>* png_representation,
|
| + gfx::Rect snapshot_bounds) {
|
| // TODO(saintlou): Stub for Aura.
|
| NOTIMPLEMENTED();
|
| return gfx::Rect();
|
|
|