Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1590)

Unified Diff: base/mac_util_unittest.mm

Issue 2068004: Commiting http://codereview.chromium.org/2017007/show on behalf of rkc@chromi... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: base/mac_util_unittest.mm
===================================================================
--- base/mac_util_unittest.mm (revision 47222)
+++ base/mac_util_unittest.mm (working copy)
@@ -66,7 +66,9 @@
scoped_ptr<std::vector<unsigned char> > png_representation(
new std::vector<unsigned char>);
- GrabWindowSnapshot(window, png_representation.get());
+ int width, height;
+ GrabWindowSnapshot(window, png_representation.get(),
+ &width, &height);
// Copy png back into NSData object so we can make sure we grabbed a png.
scoped_nsobject<NSData> image_data(
« no previous file with comments | « base/mac_util.mm ('k') | chrome/app/generated_resources.grd » ('j') | chrome/chrome_browser.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698