Chromium Code Reviews| Index: src/gpu/gl/GrGLProcessor.h |
| diff --git a/src/gpu/gl/GrGLProcessor.h b/src/gpu/gl/GrGLProcessor.h |
| index 6dccd33bac40764f5adba2b7762ccdabd3a53e0a..cca46e865df3dcf3b9f2f8bd38b44481a43c797e 100644 |
| --- a/src/gpu/gl/GrGLProcessor.h |
| +++ b/src/gpu/gl/GrGLProcessor.h |
| @@ -116,7 +116,7 @@ public: |
| private: |
| typedef GrGLProcessor INHERITED; |
| }; |
| - |
| +/* |
| class GrGLXferProcessor : public GrGLFragmentProcessor { |
| public: |
| GrGLXferProcessor() {} |
| @@ -126,5 +126,5 @@ public: |
| private: |
| typedef GrGLFragmentProcessor INHERITED; |
| }; |
| - |
| +*/ |
|
joshualitt
2014/12/08 19:46:41
is this supposed to be commented out?
bsalomon
2014/12/08 19:58:59
seems like it can be deleted.
egdaniel
2014/12/09 21:10:46
Done.
|
| #endif |