| Index: src/gpu/gl/builders/GrGLPathProgramBuilder.h
|
| diff --git a/src/gpu/gl/builders/GrGLPathProgramBuilder.h b/src/gpu/gl/builders/GrGLPathProgramBuilder.h
|
| deleted file mode 100644
|
| index d0c77fcdc7e81dc669e65cb1e4a07bc5267ded95..0000000000000000000000000000000000000000
|
| --- a/src/gpu/gl/builders/GrGLPathProgramBuilder.h
|
| +++ /dev/null
|
| @@ -1,32 +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 GrGLPathProgramBuilder_DEFINED
|
| -#define GrGLPathProgramBuilder_DEFINED
|
| -
|
| -#include "GrGLProgramBuilder.h"
|
| -
|
| -class GrGLPathProgramBuilder : public GrGLProgramBuilder {
|
| -public:
|
| - GrGLPathProgramBuilder(GrGLGpu* gpu, const DrawArgs& args);
|
| -
|
| - GrGLProgram* createProgram(GrGLuint programID) override;
|
| -
|
| - SeparableVaryingHandle addSeparableVarying(const char* name, GrGLVertToFrag* v,
|
| - GrSLPrecision fsPrecision) override;
|
| - void bindProgramResourceLocations(GrGLuint programID) override;
|
| - void resolveProgramResourceLocations(GrGLuint programID) override;
|
| -
|
| -private:
|
| - typedef GrGLPathProgramDataManager::SeparableVaryingInfo SeparableVaryingInfo;
|
| - typedef GrGLPathProgramDataManager::SeparableVaryingInfoArray SeparableVaryingInfoArray;
|
| -
|
| - SeparableVaryingInfoArray fSeparableVaryingInfos;
|
| -
|
| - typedef GrGLProgramBuilder INHERITED;
|
| -};
|
| -
|
| -#endif
|
|
|