Chromium Code Reviews| Index: src/gpu/GrClip.cpp |
| diff --git a/src/gpu/GrClip.cpp b/src/gpu/GrClip.cpp |
| index 15b1fbc8111efee6ffabc934165a6e024a86dde3..1dc6edc16812fd835c5f3bbd388b276abcd32ca7 100644 |
| --- a/src/gpu/GrClip.cpp |
| +++ b/src/gpu/GrClip.cpp |
| @@ -50,6 +50,6 @@ void GrClip::getConservativeBounds(int width, int height, SkIRect* devResult, |
| } |
| const GrClip& GrClip::WideOpen() { |
| - static GrClip clip; |
| + static const GrClip clip; |
| return clip; |
| } |