Index: src/gpu/glsl/GrGLSLCaps.h |
diff --git a/src/gpu/glsl/GrGLSLCaps.h b/src/gpu/glsl/GrGLSLCaps.h |
index f54c61d9336a409bd2a478ecd563592f4709c0e0..7b0868ea929900e4b0cc392e7bd7dac3672466ab 100755 |
--- a/src/gpu/glsl/GrGLSLCaps.h |
+++ b/src/gpu/glsl/GrGLSLCaps.h |
@@ -15,7 +15,7 @@ |
class GrGLSLCaps : public GrShaderCaps { |
public: |
- |
+ |
/** |
* Indicates how GLSL must interact with advanced blend equations. The KHR extension requires |
@@ -77,7 +77,7 @@ public: |
bool mustEnableSpecificAdvBlendEqs() const { |
return fAdvBlendEqInteraction == kSpecificEnables_AdvBlendEqInteraction; |
} |
- |
+ |
bool mustDeclareFragmentShaderOutput() const { |
return fGLSLGeneration > k110_GrGLSLGeneration; |
} |
@@ -173,7 +173,7 @@ private: |
void onApplyOptionsOverrides(const GrContextOptions& options) override; |
GrGLSLGeneration fGLSLGeneration; |
- |
+ |
bool fDropsTileOnZeroDivide : 1; |
bool fFBFetchSupport : 1; |
bool fFBFetchNeedsCustomOutput : 1; |