Index: cc/output/renderer_settings.h |
diff --git a/cc/output/renderer_settings.h b/cc/output/renderer_settings.h |
index f6afb55467a51fdc3b0429e1e20aeb69c33c172e..dc4553e005ada9ab0095c65e16e6a061928a708f 100644 |
--- a/cc/output/renderer_settings.h |
+++ b/cc/output/renderer_settings.h |
@@ -37,6 +37,12 @@ class CC_EXPORT RendererSettings { |
bool use_gpu_memory_buffer_resources = false; |
ResourceFormat preferred_tile_format; |
BufferToTextureTargetMap buffer_to_texture_target_map; |
+ |
+ // Determines whether we disallow non-exact matches when finding tile |
+ // resources in ResourcePool. Only used for layout tests, as the |
danakj
2017/05/04 21:48:37
pixel tests?
ericrk
2017/05/05 23:18:38
Done.
|
+ // non-deterministic resource sizes lead to floating point error and noise in |
+ // these tests. |
+ bool disallow_non_exact_resource_reuse = false; |
}; |
} // namespace cc |