aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/sk_app/unix/GLWindowContext_unix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/sk_app/unix/GLWindowContext_unix.cpp')
-rw-r--r--tools/sk_app/unix/GLWindowContext_unix.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/sk_app/unix/GLWindowContext_unix.cpp b/tools/sk_app/unix/GLWindowContext_unix.cpp
index 25ec95cdd6..3a3a4b16d4 100644
--- a/tools/sk_app/unix/GLWindowContext_unix.cpp
+++ b/tools/sk_app/unix/GLWindowContext_unix.cpp
@@ -99,6 +99,7 @@ sk_sp<const GrGLInterface> GLWindowContext_xlib::onInitializeContext() {
glXGetConfig(fDisplay, fVisualInfo, GLX_STENCIL_SIZE, &fStencilBits);
glXGetConfig(fDisplay, fVisualInfo, GLX_SAMPLES_ARB, &fSampleCount);
+ fSampleCount = SkTMax(fSampleCount, 1);
XWindow root;
int x, y;