Chromium Code Reviews| Index: tests/GpuLayerCacheTest.cpp |
| diff --git a/tests/GpuLayerCacheTest.cpp b/tests/GpuLayerCacheTest.cpp |
| index 2249eba904c7dda92955bd1509a80afd53c2450f..5fc7422e7e780b17edaf10ceeb8ee37e514eb616 100644 |
| --- a/tests/GpuLayerCacheTest.cpp |
| +++ b/tests/GpuLayerCacheTest.cpp |
| @@ -107,7 +107,7 @@ static void lock_layer(skiatest::Reporter* reporter, |
| // In particular it checks its interaction with the resource cache (w.r.t. |
| // locking & unlocking textures). |
| // TODO: need to add checks on VRAM usage! |
| -DEF_GPUTEST_FOR_RENDERING_CONTEXTS(GpuLayerCache, reporter, ctxInfo) { |
| +DEF_GPUTEST_FOR_NULL_CONTEXT(GpuLayerCache, reporter, ctxInfo) { |
|
Chris Dalton
2016/04/06 20:06:21
This technically isn't a problem right now, but si
bsalomon
2016/04/06 20:58:06
It still passes because we don't trigger those cre
|
| // Add one more layer than can fit in the atlas |
| static const int kInitialNumLayers = TestingAccess::NumPlots() + 1; |