| Index: platform_tools/android/apps/visualbench/src/main/jni/SkOSWindow_AndroidNative.cpp
|
| 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 2c53eb0812c0821510b1544598f8e619c1c0cff3..df7e74b45b35f4cf6beeca24ceefdc1b1d0c7045 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
|
|
|