Chromium Code Reviews| Index: gm/gm.cpp |
| diff --git a/gm/gm.cpp b/gm/gm.cpp |
| index 4a8b3c31d76acf135a948ceea1b2d7ac1787e560..9c5d8e6c11bb8c01a8c7cf174f6be372ad18ac86 100644 |
| --- a/gm/gm.cpp |
| +++ b/gm/gm.cpp |
| @@ -76,5 +76,7 @@ void GM::drawSizeBounds(SkCanvas* canvas, SkColor color) { |
| } |
| #endif |
| +DEFINE_bool(forcePerspectiveMatrix, false, "Force a perspective matrix."); |
| + |
| // need to explicitly declare this, or we get some weird infinite loop llist |
| template GMRegistry* SkTRegistry<GM*(*)(void*)>::gHead; |