| Index: tools/viewer/sk_app/GLWindowContext.h
|
| diff --git a/tools/viewer/sk_app/GLWindowContext.h b/tools/viewer/sk_app/GLWindowContext.h
|
| index 6fb5e0988924bd28d37095f793cc7328e9166cc9..acf15a332e15c8b44fb03b1763b2b0448d5166c4 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;
|
|
|