Index: src/gpu/gl/GrGLPathRendering.h |
diff --git a/src/gpu/gl/GrGLPathRendering.h b/src/gpu/gl/GrGLPathRendering.h |
index c7a6993abcc0cae47224a3b1801d969c87548786..6583951c229aee0c35afc506cb6a194f357ca87a 100644 |
--- a/src/gpu/gl/GrGLPathRendering.h |
+++ b/src/gpu/gl/GrGLPathRendering.h |
@@ -99,6 +99,7 @@ private: |
struct Caps { |
bool stencilThenCoverSupport : 1; |
bool fragmentInputGenSupport : 1; |
+ bool glyphLoadingSupport : 1; |
}; |
const Caps& caps() const { return fCaps; } |