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

Unified Diff: content/test/data/android/vsync.html

Issue 2754493002: Expose VSync pausing through WindowAndroid and pause VSync during webVR presentation (Closed)
Patch Set: Fix 'unused' member Created 3 years, 9 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: content/test/data/android/vsync.html
diff --git a/content/test/data/android/vsync.html b/content/test/data/android/vsync.html
new file mode 100644
index 0000000000000000000000000000000000000000..50601a73cf29439da3da54ae0a9db3900a49665a
--- /dev/null
+++ b/content/test/data/android/vsync.html
@@ -0,0 +1,10 @@
+<html>
+ <body>
+ <script>
+ var raf_count = 0;
+ function onAnimationFrame (t) {
+ document.title=++raf_count;
+ }
+ </script>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698