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

Unified Diff: ui/webui/resources/js/hammer.js

Issue 1901903002: Improved Pinch-Zoom for PDF (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pepper_add_set_layer_transform
Patch Set: Added LICENSE file Created 4 years, 8 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: ui/webui/resources/js/hammer.js
diff --git a/ui/webui/resources/js/hammer.js b/ui/webui/resources/js/hammer.js
new file mode 100644
index 0000000000000000000000000000000000000000..9ea2b3cbbc4fc0919cb2dfeb300b82c69923a3ac
--- /dev/null
+++ b/ui/webui/resources/js/hammer.js
@@ -0,0 +1,4 @@
+// This file serves as a proxy to bring the included js file from /third_party
+// into its correct location under the resources directory tree, whence it is
+// delivered via a chrome://resources URL. See ../webui_resources.grd.
+<include src="../../../../third_party/hammer/hammer.js">

Powered by Google App Engine
This is Rietveld 408576698