| Index: src/gpu/gl/GrGLSLBlend.h
 | 
| diff --git a/src/gpu/gl/GrGLSLBlend.h b/src/gpu/gl/GrGLSLBlend.h
 | 
| deleted file mode 100644
 | 
| index 25ae37b1c1c41c2cfe2b67600fd74dbcc095bed7..0000000000000000000000000000000000000000
 | 
| --- a/src/gpu/gl/GrGLSLBlend.h
 | 
| +++ /dev/null
 | 
| @@ -1,24 +0,0 @@
 | 
| -/*
 | 
| - * Copyright 2015 Google Inc.
 | 
| - *
 | 
| - * Use of this source code is governed by a BSD-style license that can be
 | 
| - * found in the LICENSE file.
 | 
| - */
 | 
| -
 | 
| -#ifndef GrGLBlend_DEFINED
 | 
| -#define GrGLBlend_DEFINED
 | 
| -
 | 
| -#include "SkXfermode.h"
 | 
| -
 | 
| -class GrGLSLFragmentBuilder;
 | 
| -
 | 
| -namespace GrGLSLBlend {
 | 
| -    /*
 | 
| -     * Appends GLSL code to fsBuilder that assigns a specified blend of the srcColor and dstColor
 | 
| -     * variables to the outColor variable.
 | 
| -     */
 | 
| -    void AppendMode(GrGLSLFragmentBuilder* fsBuilder, const char* srcColor,
 | 
| -                    const char* dstColor, const char* outColor, SkXfermode::Mode mode);
 | 
| -};
 | 
| -
 | 
| -#endif
 | 
| 
 |