aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/pathreverse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/pathreverse.cpp')
-rw-r--r--gm/pathreverse.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gm/pathreverse.cpp b/gm/pathreverse.cpp
index fc8028eb08..3f860d5a91 100644
--- a/gm/pathreverse.cpp
+++ b/gm/pathreverse.cpp
@@ -78,6 +78,7 @@ protected:
}
virtual void onDraw(SkCanvas* canvas) {
+ if (false) test_rev(canvas); // avoid bit rot, suppress warning
SkRect r = { 10, 10, 100, 60 };
SkPath path;