Fix typo in SkOSWindow_AndroidNative.
authorbungeman <bungeman@google.com>
Thu, 12 May 2016 17:48:59 +0000 (10:48 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 12 May 2016 17:48:59 +0000 (10:48 -0700)
This allows the 'most' target to be built on Android.

Review-Url: https://codereview.chromium.org/1973043002

platform_tools/android/apps/visualbench/src/main/jni/SkOSWindow_AndroidNative.cpp

index 2c53eb0..df7e74b 100644 (file)
@@ -23,7 +23,7 @@ SkOSWindow::~SkOSWindow() {
 
 bool SkOSWindow::attach(SkBackEndTypes attachType,
                         int /*msaaSampleCount*/,
-                        bool /*deepColor*/
+                        bool /*deepColor*/,
                         AttachmentInfo* info) {
     static const EGLint kEGLContextAttribsForOpenGL[] = {
         EGL_NONE