Index: cc/output/shader.h |
diff --git a/cc/output/shader.h b/cc/output/shader.h |
index 5832e8fe68526b739c40b317e5508e5d6520fcbf..2ef738ce479a10ac89ee00a1fdffb343b85d06fe 100644 |
--- a/cc/output/shader.h |
+++ b/cc/output/shader.h |
@@ -31,12 +31,12 @@ enum TexCoordPrecision { |
CC_EXPORT TexCoordPrecision TexCoordPrecisionRequired( |
WebKit::WebGraphicsContext3D* context, |
int highp_threshold_min, |
- const gfx::Point& max_coordinate); |
+ gfx::Point max_coordinate); |
CC_EXPORT TexCoordPrecision TexCoordPrecisionRequired( |
WebKit::WebGraphicsContext3D* context, |
int highp_threshold_min, |
- const gfx::Size& max_size); |
+ gfx::Size max_size); |
class VertexShaderPosTex { |
public: |