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

Unified Diff: samples/android_sample/assets/dart/main.dart

Issue 11823034: Backport some work from sample to embedder: (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 11 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: samples/android_sample/assets/dart/main.dart
===================================================================
--- samples/android_sample/assets/dart/main.dart (revision 16869)
+++ samples/android_sample/assets/dart/main.dart (working copy)
@@ -319,7 +319,7 @@
}
}
-setup(int w, int h) {
+setup(int x, int y, int w, int h) {
initShaders();
gl.clearColor(0.0, 0.0, 0.0, 1.0);
gl.clearDepth(1.0);
« runtime/embedders/android/vm_glue.cc ('K') | « runtime/embedders/android/vm_glue.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698