aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/webtry/README.md
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-15 21:14:34 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-15 21:14:34 +0000
commit8265fe61f02a11148a3b078e7b2de96c957af22b (patch)
tree8ccaa0f274203080fdba1bf4dd1b32b145856f61 /experimental/webtry/README.md
parent300790e228751661e1245c774b967b6cc50ffa1b (diff)
Add polyfill for pointer events, change code to handle both mouse and pointer events equalls.
Mobile first! BUG=skia: R=mtklein@google.com Author: jcgregorio@google.com Review URL: https://codereview.chromium.org/286913005 git-svn-id: http://skia.googlecode.com/svn/trunk@14756 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'experimental/webtry/README.md')
-rw-r--r--experimental/webtry/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/experimental/webtry/README.md b/experimental/webtry/README.md
index dea9ac0099..2e670986a0 100644
--- a/experimental/webtry/README.md
+++ b/experimental/webtry/README.md
@@ -85,3 +85,9 @@ Do this step only once, but only after running webtry_setup.sh the first time
sudo debootstrap --variant=minbase wheezy /srv/chroot/webtry
+
+Third Party Code
+----------------
+
+ * res/js/pointerevents.min.js - obtained from https://github.com/components/pointerevents-polyfill
+