Chromium Code Reviews| Index: src/core/SkGraphics.cpp |
| diff --git a/src/core/SkGraphics.cpp b/src/core/SkGraphics.cpp |
| index 95a8166dfcfe0602107e63c6a15062e39e4e409c..a89237fcff6bcea85085a364637770991044c93f 100644 |
| --- a/src/core/SkGraphics.cpp |
| +++ b/src/core/SkGraphics.cpp |
| @@ -129,7 +129,6 @@ void SkGraphics::Init() { |
| void SkGraphics::Term() { |
| PurgeFontCache(); |
| SkPaint::Term(); |
| - SkXfermode::Term(); |
| } |
| /////////////////////////////////////////////////////////////////////////////// |