Index: src/core/SkGraphics.cpp |
diff --git a/src/core/SkGraphics.cpp b/src/core/SkGraphics.cpp |
index 7acee85c4d567a6cf7f64b638dd18a8121c9c953..4b94b07e0618e1c08beb99046682c74564b045e8 100644 |
--- a/src/core/SkGraphics.cpp |
+++ b/src/core/SkGraphics.cpp |
@@ -14,6 +14,7 @@ |
#include "SkGeometry.h" |
#include "SkMath.h" |
#include "SkMatrix.h" |
+#include "SkOpts.h" |
#include "SkPath.h" |
#include "SkPathEffect.h" |
#include "SkPixelRef.h" |
@@ -50,6 +51,7 @@ void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) { |
#endif |
void SkGraphics::Init() { |
+ SkOpts::Init(); |
#ifdef SK_DEVELOPER |
skRTConfRegistry().possiblyDumpFile(); |
skRTConfRegistry().validate(); |