Index: include/gpu/GrClip.h |
diff --git a/include/gpu/GrClip.h b/include/gpu/GrClip.h |
index f07a9749ca7aa22f822a2ec83520b0a0dc5c2049..8c8b9b358f84a41433aa1a7d717cba28b76bfa0b 100644 |
--- a/include/gpu/GrClip.h |
+++ b/include/gpu/GrClip.h |
@@ -147,10 +147,7 @@ public: |
SkIRect* devResult, |
bool* isIntersectionOfRects = NULL) const; |
- static const GrClip& WideOpen() { |
- static GrClip clip; |
- return clip; |
- } |
+ static const GrClip& WideOpen(); |
enum ClipType { |
kClipStack_ClipType, |