Chromium Code Reviews| 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 644191d3d745381071f682a7f59ba9092c7841a5..58a0bc321860bd2965f1f854c962b379f3e862ef 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 |
| @@ -22,8 +22,7 @@ SkOSWindow::~SkOSWindow() { |
| } |
| bool SkOSWindow::attach(SkBackEndTypes attachType, |
| - int /*msaaSampleCount*/, |
| - AttachmentInfo* info) { |
|
jvanverth1
2016/04/29 15:25:11
Same here.
|
| + int /*msaaSampleCount*/) { |
| static const EGLint kEGLContextAttribsForOpenGL[] = { |
| EGL_NONE |
| }; |