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

Unified Diff: chrome/browser/resources/print_preview/previewarea/margin_control_container.js

Issue 574193002: Compile print_preview, part 1: remove all warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@true_master
Patch Set: rebase Created 6 years, 3 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/resources/print_preview/previewarea/margin_control_container.js
diff --git a/chrome/browser/resources/print_preview/previewarea/margin_control_container.js b/chrome/browser/resources/print_preview/previewarea/margin_control_container.js
index 4e7b7319e226458294294a248bdbd035ac6bcd9e..ceab20b7c7f469ce3a8f920c4cd1110ac880e919 100644
--- a/chrome/browser/resources/print_preview/previewarea/margin_control_container.js
+++ b/chrome/browser/resources/print_preview/previewarea/margin_control_container.js
@@ -153,7 +153,7 @@ cr.define('print_preview', function() {
/**
* Clips margin controls to the given clip size in pixels.
- * @param {print_preview.Size} Size to clip the margin controls to.
+ * @param {print_preview.Size} clipSize Size to clip the margin controls to.
*/
updateClippingMask: function(clipSize) {
if (!clipSize) {

Powered by Google App Engine
This is Rietveld 408576698