Chromium Code Reviews| Index: src/gpu/GrWindowRectangles.h |
| diff --git a/src/gpu/GrWindowRectangles.h b/src/gpu/GrWindowRectangles.h |
| index 682af9353d9e4ceb0765cf5ac4f6b005d6b5dfee..f83f8ddd41e8ca48564a5944054df77ee77b5a94 100644 |
| --- a/src/gpu/GrWindowRectangles.h |
| +++ b/src/gpu/GrWindowRectangles.h |
| @@ -13,7 +13,7 @@ |
| class GrWindowRectangles { |
| public: |
| - constexpr static int kMaxWindows = 16; |
| + constexpr static int kMaxWindows = 8; |
|
csmartdalton
2016/08/17 18:28:21
The debug message is an obvious keeper, but let's
|
| enum class Mode : bool { |
| kExclusive, |