aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/viewer/sk_app/GLWindowContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/viewer/sk_app/GLWindowContext.h')
-rw-r--r--tools/viewer/sk_app/GLWindowContext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/viewer/sk_app/GLWindowContext.h b/tools/viewer/sk_app/GLWindowContext.h
index 6fb5e09889..acf15a332e 100644
--- a/tools/viewer/sk_app/GLWindowContext.h
+++ b/tools/viewer/sk_app/GLWindowContext.h
@@ -52,6 +52,8 @@ protected:
sk_sp<SkSurface> fSurface;
// parameters obtained from the native window
+ // Note that the platform .cpp file is responsible for
+ // initializing fSampleCount, fStencilBits, and fColorBits!
int fSampleCount;
int fStencilBits;
int fColorBits;