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

Unified Diff: include/gpu/GrDrawEffect.h

Issue 543623004: Removing vertex attrib indices (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: warning fixed Created 6 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 | « gyp/gpu.gypi ('k') | include/gpu/GrEffect.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrDrawEffect.h
diff --git a/include/gpu/GrDrawEffect.h b/include/gpu/GrDrawEffect.h
index 2bf17d86d1a97e83fcb842e5f560c856575774f3..710b00035ff8757b5367e78579ff523811d277a5 100644
--- a/include/gpu/GrDrawEffect.h
+++ b/include/gpu/GrDrawEffect.h
@@ -39,9 +39,6 @@ public:
bool programHasExplicitLocalCoords() const { return fExplicitLocalCoords; }
- const int* getVertexAttribIndices() const { return fEffectStage->getVertexAttribIndices(); }
- int getVertexAttribIndexCount() const { return fEffectStage->getVertexAttribIndexCount(); }
-
private:
const GrEffectStage* fEffectStage;
bool fExplicitLocalCoords;
« no previous file with comments | « gyp/gpu.gypi ('k') | include/gpu/GrEffect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698