Index: src/core/SkOpts.h |
diff --git a/src/core/SkOpts.h b/src/core/SkOpts.h |
index 398904782676e036b0cacedbd7fd9858165db1e8..b5f5de0984c5a1f26b75397b0898f1073c44209e 100644 |
--- a/src/core/SkOpts.h |
+++ b/src/core/SkOpts.h |
@@ -21,6 +21,8 @@ namespace SkOpts { |
// Called by SkGraphics::Init(), and automatically #if SK_ALLOW_STATIC_GLOBAL_INITIALIZERS. |
void Init(); |
+ extern bool has_f16c; |
reed1
2016/04/12 18:47:26
nit: gHas_f16c -- just to make reading it at each
|
+ |
// Declare function pointers here... |
// May return nullptr if we haven't specialized the given Mode. |