| Index: include/gpu/GrConfig.h
|
| diff --git a/include/gpu/GrConfig.h b/include/gpu/GrConfig.h
|
| index 6a00eabe146f3aab1c6bff34fa8850d673ba4b0a..de121faf3eed07a07625bb033dfe50667835b0b4 100644
|
| --- a/include/gpu/GrConfig.h
|
| +++ b/include/gpu/GrConfig.h
|
| @@ -76,23 +76,6 @@ typedef unsigned __int64 uint64_t;
|
| #include <stdint.h>
|
| #endif
|
|
|
| -/*
|
| - * The "user config" file can be empty, and everything should work. It is
|
| - * meant to store a given platform/client's overrides of our guess-work.
|
| - *
|
| - * A alternate user config file can be specified by defining
|
| - * GR_USER_CONFIG_FILE. It should be defined relative to GrConfig.h
|
| - *
|
| - * e.g. it can change the BUILD target or supply its own defines for anything
|
| - * else (e.g. GR_DEFAULT_RESOURCE_CACHE_MB_LIMIT)
|
| - */
|
| -#if !defined(GR_USER_CONFIG_FILE)
|
| - #include "GrUserConfig.h"
|
| -#else
|
| - #include GR_USER_CONFIG_FILE
|
| -#endif
|
| -
|
| -
|
| ///////////////////////////////////////////////////////////////////////////////
|
| ///////////////////////////////////////////////////////////////////////////////
|
| // postconfig section:
|
| @@ -203,16 +186,6 @@ typedef unsigned __int64 uint64_t;
|
| #endif
|
|
|
| /**
|
| - * GR_GEOM_BUFFER_MAP_THRESHOLD gives a threshold (in bytes) for when Gr should
|
| - * map a GrGeometryBuffer to update its contents. It will use map() if the
|
| - * size of the updated region is greater than the threshold. Otherwise it will
|
| - * use updateData().
|
| - */
|
| -#if !defined(GR_GEOM_BUFFER_MAP_THRESHOLD)
|
| - #define GR_GEOM_BUFFER_MAP_THRESHOLD (1 << 15)
|
| -#endif
|
| -
|
| -/**
|
| * GR_STROKE_PATH_RENDERING controls whether or not the GrStrokePathRenderer can be selected
|
| * as a path renderer. GrStrokePathRenderer is currently an experimental path renderer.
|
| */
|
|
|