Index: gm/gmmain.cpp |
=================================================================== |
--- gm/gmmain.cpp (revision 14665) |
+++ gm/gmmain.cpp (working copy) |
@@ -1330,6 +1330,8 @@ |
#ifdef SK_BUILD_NATIVE_PDF_RENDERER |
{ &SkNativeRasterizePDF, "native", true }, |
#endif // SK_BUILD_NATIVE_PDF_RENDERER |
+ // The following exists so that this array is never zero length. |
epoger
2014/05/09 14:35:30
I take it you investigated making the code properl
bungeman-skia
2014/05/09 14:56:15
Well, it's technically against the c++ specificati
epoger
2014/05/09 15:15:36
Wow, "The More You Know". Thanks; I'm a little sh
|
+ { &SkNoRasterizePDF, "none", false}, |
}; |
static const char kDefaultsConfigStr[] = "defaults"; |