| Index: cc/output/shader.h
|
| diff --git a/cc/output/shader.h b/cc/output/shader.h
|
| index dec1379e7d8132cb917888c47e15d73b2a16ed0c..2fe4cfcb7ebd2f9ecfcd5bc00394f1eb6f83c76b 100644
|
| --- a/cc/output/shader.h
|
| +++ b/cc/output/shader.h
|
| @@ -30,11 +30,13 @@ enum TexCoordPrecision {
|
|
|
| CC_EXPORT TexCoordPrecision TexCoordPrecisionRequired(
|
| WebKit::WebGraphicsContext3D* context,
|
| + int *highp_threshold_cache,
|
| int highp_threshold_min,
|
| gfx::Point max_coordinate);
|
|
|
| CC_EXPORT TexCoordPrecision TexCoordPrecisionRequired(
|
| WebKit::WebGraphicsContext3D* context,
|
| + int *highp_threshold_cache,
|
| int highp_threshold_min,
|
| gfx::Size max_size);
|
|
|
|
|