Index: src/gpu/gl/builders/GrGLProgramBuilder.h |
diff --git a/src/gpu/gl/builders/GrGLProgramBuilder.h b/src/gpu/gl/builders/GrGLProgramBuilder.h |
index 22b67ae58d1db7de0ec7062be295e129eda0a988..bdd96d212e768dd8fdd48dd4f4b9ab0596b6815e 100644 |
--- a/src/gpu/gl/builders/GrGLProgramBuilder.h |
+++ b/src/gpu/gl/builders/GrGLProgramBuilder.h |
@@ -19,6 +19,9 @@ |
#include "../../GrPendingFragmentStage.h" |
#include "../../GrPipeline.h" |
+// Enough precision to represent 1 / 2048 accurately in printf |
+#define GR_SIGNIFICANT_POW2_DECIMAL_DIG 11 |
+ |
/* |
* This is the base class for a series of interfaces. This base class *MUST* remain abstract with |
* NO data members because it is used in multiple interface inheritance. |