diff --git a/shell/common/platform_view.h b/shell/common/platform_view.h index 1162bc1ec81..66b1fcae10c 100644 --- a/shell/common/platform_view.h +++ b/shell/common/platform_view.h @@ -31,7 +31,7 @@ class PlatformView : public std::enable_shared_from_this { uint8_t blue_bits = 8; uint8_t alpha_bits = 8; uint8_t depth_bits = 0; - uint8_t stencil_bits = 8; + uint8_t stencil_bits = 0; }; void SetupResourceContextOnIOThread();