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

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

Issue 2400743002: Improved Pinch-Zoom for PDF. (Closed)
Patch Set: Code review changes. Created 4 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: ui/webui/resources/js/hammer.js
diff --git a/ui/webui/resources/js/jstemplate_compiled.js b/ui/webui/resources/js/hammer.js
similarity index 70%
copy from ui/webui/resources/js/jstemplate_compiled.js
copy to ui/webui/resources/js/hammer.js
index 6a797482ef061528d180850306f3823ca4048332..2d51f97d1851edacf857ca6b816fab33d1d15111 100644
--- a/ui/webui/resources/js/jstemplate_compiled.js
+++ b/ui/webui/resources/js/hammer.js
@@ -1,8 +1,8 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright (c) 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// 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/jstemplate/jstemplate_compiled.js">
+<include src="../../../../third_party/hammer/hammer.js">

Powered by Google App Engine
This is Rietveld 408576698