Index: src/effects/SkArithmeticMode_gpu.h |
diff --git a/src/effects/SkArithmeticMode_gpu.h b/src/effects/SkArithmeticMode_gpu.h |
index b84df05e1947f2a1cbb5d4ebe9e3c28479834307..36f0f4002474928b54d5953a3b7a73afcec84545 100644 |
--- a/src/effects/SkArithmeticMode_gpu.h |
+++ b/src/effects/SkArithmeticMode_gpu.h |
@@ -42,8 +42,6 @@ public: |
const char* name() const override { return "Arithmetic"; } |
- void getGLProcessorKey(const GrGLSLCaps& caps, GrProcessorKeyBuilder* b) const override; |
- |
GrGLFragmentProcessor* createGLInstance() const override; |
float k1() const { return fK1; } |
@@ -53,6 +51,8 @@ public: |
bool enforcePMColor() const { return fEnforcePMColor; } |
private: |
+ void onGetGLProcessorKey(const GrGLSLCaps& caps, GrProcessorKeyBuilder* b) const override; |
+ |
bool onIsEqual(const GrFragmentProcessor&) const override; |
void onComputeInvariantOutput(GrInvariantOutput* inout) const override; |