| 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 7629710ad5f3976a2ed2928f31fe5e48bb1e1bb8..378228364c777ae9e24a11fdf3ed51a9427d0a52 100644
|
| --- a/chrome/browser/ui/window_snapshot/window_snapshot_aura.cc
|
| +++ b/chrome/browser/ui/window_snapshot/window_snapshot_aura.cc
|
| @@ -15,9 +15,9 @@
|
|
|
| namespace chrome {
|
|
|
| -bool GrabWindowSnapshot(gfx::NativeWindow window,
|
| - std::vector<unsigned char>* png_representation,
|
| - const gfx::Rect& snapshot_bounds) {
|
| +bool GrabWindowSnapshotImpl(gfx::NativeWindow window,
|
| + std::vector<unsigned char>* png_representation,
|
| + const gfx::Rect& snapshot_bounds) {
|
| ui::Compositor* compositor = window->layer()->GetCompositor();
|
|
|
| gfx::Rect read_pixels_bounds = snapshot_bounds;
|
|
|