Chromium Code Reviews| Index: chrome/browser/ui/window_snapshot/window_snapshot_gtk.cc |
| diff --git a/chrome/browser/ui/window_snapshot/window_snapshot_gtk.cc b/chrome/browser/ui/window_snapshot/window_snapshot_gtk.cc |
| index bacc004ffca3a185924f2c6c957de247f0daf976..c9436a640ebc95d8de1265f47cbf6136ccc6d1ef 100644 |
| --- a/chrome/browser/ui/window_snapshot/window_snapshot_gtk.cc |
| +++ b/chrome/browser/ui/window_snapshot/window_snapshot_gtk.cc |
| @@ -24,7 +24,7 @@ static cairo_status_t SnapshotCallback( |
| return CAIRO_STATUS_SUCCESS; |
| } |
| -bool GrabWindowSnapshot(gfx::NativeWindow window_handle, |
| +bool GrabWindowSnapshotOS(gfx::NativeWindow window_handle, |
| std::vector<unsigned char>* png_representation, |
|
Mattias Nissler (ping if slow)
2012/07/12 08:59:32
indentation
qfel
2012/07/12 14:48:06
Done.
|
| const gfx::Rect& snapshot_bounds) { |
| GdkWindow* gdk_window = gtk_widget_get_window(GTK_WIDGET(window_handle)); |