Index: samples/android_sample/assets/dart/extension.dart |
=================================================================== |
--- samples/android_sample/assets/dart/extension.dart (revision 16976) |
+++ samples/android_sample/assets/dart/extension.dart (working copy) |
@@ -10,7 +10,7 @@ |
void log(String what) native "Log"; |
// EGL functions. |
-void eglSwapBuffers() native "EGLSwapBuffers"; |
+void glSwapBuffers() native "SwapBuffers"; |
// GL functions. |
void glAttachShader(int program, int shader) native "GLAttachShader"; |