diff options
author | bungeman <bungeman@google.com> | 2016-05-12 10:48:59 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-12 10:48:59 -0700 |
commit | b11cf50b4a07be00b80816c67f738588357330bd (patch) | |
tree | 30e78503762610199d3a84d038957baf3c9e34ea /platform_tools/android/apps | |
parent | 3806b8fb7ffe757cf42f13024dbaf9f24856ccd3 (diff) |
Fix typo in SkOSWindow_AndroidNative.
This allows the 'most' target to be built on Android.
Review-Url: https://codereview.chromium.org/1973043002
Diffstat (limited to 'platform_tools/android/apps')
-rw-r--r-- | platform_tools/android/apps/visualbench/src/main/jni/SkOSWindow_AndroidNative.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform_tools/android/apps/visualbench/src/main/jni/SkOSWindow_AndroidNative.cpp b/platform_tools/android/apps/visualbench/src/main/jni/SkOSWindow_AndroidNative.cpp index 2c53eb0812..df7e74b45b 100644 --- a/platform_tools/android/apps/visualbench/src/main/jni/SkOSWindow_AndroidNative.cpp +++ b/platform_tools/android/apps/visualbench/src/main/jni/SkOSWindow_AndroidNative.cpp @@ -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 |