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

Unified Diff: chrome/browser/cocoa/bug_report_window_controller.h

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: chrome/browser/cocoa/bug_report_window_controller.h
===================================================================
--- chrome/browser/cocoa/bug_report_window_controller.h (revision 47222)
+++ chrome/browser/cocoa/bug_report_window_controller.h (working copy)
@@ -25,6 +25,9 @@
// Holds screenshot of current tab.
std::vector<unsigned char> pngData_;
+ // Width and height of the current tab's screenshot.
+ int pngWidth_;
+ int pngHeight_;
// Values bound to data in the dialog box. These values cannot be boxed in
// scoped_nsobjects because we use them for bindings.

Powered by Google App Engine
This is Rietveld 408576698