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

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

Issue 8233030: Print Preview: Making margin lines draggable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing mouse events outside the plugin area, adding documentations Created 9 years, 2 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/print_preview.js
diff --git a/chrome/browser/resources/print_preview/print_preview.js b/chrome/browser/resources/print_preview/print_preview.js
index 5378744988af90bf3ba686667bbf7272200efd60..331137c36e351293298dd7e7e930ab25578766b4 100644
--- a/chrome/browser/resources/print_preview/print_preview.js
+++ b/chrome/browser/resources/print_preview/print_preview.js
@@ -1113,5 +1113,6 @@ window.onkeydown = onKeyDown;
<include src="margin_textbox.js"/>
<include src="margin_line.js"/>
<include src="margin_utils.js"/>
+<include src="margins_ui_pair.js"/>
<include src="margins_ui.js"/>
<include src="preview_area.js"/>

Powered by Google App Engine
This is Rietveld 408576698