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

Unified Diff: chrome/test/data/gpu/webgl_teapot/teapot_files/epilogue.js

Issue 8523022: Change snasphotting API to take in a bounds Rect (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changes as requested Created 9 years, 1 month 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/test/data/gpu/webgl_teapot/teapot_files/epilogue.js
diff --git a/chrome/test/data/gpu/webgl_teapot/teapot_files/epilogue.js b/chrome/test/data/gpu/webgl_teapot/teapot_files/epilogue.js
new file mode 100644
index 0000000000000000000000000000000000000000..7ec2816b3872349da8714001fc29d9a204070a44
--- /dev/null
+++ b/chrome/test/data/gpu/webgl_teapot/teapot_files/epilogue.js
@@ -0,0 +1,2 @@
+document.body.appendChild(document.createTextNode("Finished Test"));
+document.body.appendChild(document.createElement("br"));

Powered by Google App Engine
This is Rietveld 408576698