Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(447)

Unified Diff: src/gpu/glsl/GrGLSLGeometryProcessor.h

Issue 2338453002: Remove unused GrGLSLGeometryProcessor::emitTransform variation (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/gpu/glsl/GrGLSLGeometryProcessor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/glsl/GrGLSLGeometryProcessor.h
diff --git a/src/gpu/glsl/GrGLSLGeometryProcessor.h b/src/gpu/glsl/GrGLSLGeometryProcessor.h
index d403c8fc7fc195bd25a0c642ba5b192a1bd1f859..d1e715f78a7846c65935be341e6a3374a3a80f06 100644
--- a/src/gpu/glsl/GrGLSLGeometryProcessor.h
+++ b/src/gpu/glsl/GrGLSLGeometryProcessor.h
@@ -70,13 +70,6 @@ protected:
const TransformsIn&,
TransformsOut*);
- // caller has emitted transforms via attributes
- void emitTransforms(GrGLSLVertexBuilder*,
- GrGLSLVaryingHandler*,
- const char* localCoords,
- const TransformsIn& tin,
- TransformsOut* tout);
-
struct GrGPArgs {
// The variable used by a GP to store its position. It can be
// either a vec2 or a vec3 depending on the presence of perspective.
« no previous file with comments | « no previous file | src/gpu/glsl/GrGLSLGeometryProcessor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698