| Index: gm/gm.h
|
| ===================================================================
|
| --- gm/gm.h (revision 11630)
|
| +++ gm/gm.h (working copy)
|
| @@ -94,11 +94,6 @@
|
| return gResourcePath;
|
| }
|
|
|
| - bool isIgnoringFailures() const { return fIgnoreFailures; }
|
| - void setIgnoreFailures(bool val) {
|
| - fIgnoreFailures = val;
|
| - }
|
| -
|
| bool isCanvasDeferred() const { return fCanvasIsDeferred; }
|
| void setCanvasIsDeferred(bool isDeferred) {
|
| fCanvasIsDeferred = isDeferred;
|
| @@ -129,7 +124,6 @@
|
| SkColor fBGColor;
|
| bool fCanvasIsDeferred; // work-around problem in srcmode.cpp
|
| bool fHaveCalledOnceBeforeDraw;
|
| - bool fIgnoreFailures; // whether to file any failures as failure-ignored
|
| SkMatrix fStarterMatrix;
|
| };
|
|
|
|
|