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

Unified Diff: chrome/renderer/print_web_view_helper_mac.mm

Issue 2841035: Fix style issues pointed in another change. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: Created 10 years, 6 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
« no previous file with comments | « chrome/renderer/print_web_view_helper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/print_web_view_helper_mac.mm
diff --git a/chrome/renderer/print_web_view_helper_mac.mm b/chrome/renderer/print_web_view_helper_mac.mm
index b94221ef4ad8ddc2ddc474300d48396332dde7cd..16311d4b42d45815ec8d12e02270330199badf13 100644
--- a/chrome/renderer/print_web_view_helper_mac.mm
+++ b/chrome/renderer/print_web_view_helper_mac.mm
@@ -69,10 +69,10 @@ void PrintWebViewHelper::PrintPage(const ViewMsg_PrintPage_Params& params,
base::SharedMemory shared_buf;
page_params.page_size = gfx::Size(
- static_cast<int>(content_width_in_points
- + margin_left_in_points + margin_right_in_points),
- static_cast<int>(content_height_in_points
- + margin_top_in_points + margin_bottom_in_points));
+ static_cast<int>(content_width_in_points +
+ margin_left_in_points + margin_right_in_points),
+ static_cast<int>(content_height_in_points +
+ margin_top_in_points + margin_bottom_in_points));
page_params.content_area = gfx::Rect(
static_cast<int>(margin_left_in_points),
static_cast<int>(margin_top_in_points),
« no previous file with comments | « chrome/renderer/print_web_view_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698