| 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..ed0a225f63aa20d6eb6136a555a516a525847ff3 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,
|
| + const gfx::Rect snapshot_bounds) {
|
| // TODO(saintlou): Stub for Aura.
|
| NOTIMPLEMENTED();
|
| return gfx::Rect();
|
|
|