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

Unified Diff: src/gpu/GrGeometryProcessor.h

Issue 789343003: Cleanup: More override fixes. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years 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/effects/GrCoverageSetOpXP.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrGeometryProcessor.h
diff --git a/src/gpu/GrGeometryProcessor.h b/src/gpu/GrGeometryProcessor.h
index f3ae800b8030404edd9f3047b9ff2e9e32423d68..f3ec0b5af349d8d1793ca5b5902b9167bdfb1423 100644
--- a/src/gpu/GrGeometryProcessor.h
+++ b/src/gpu/GrGeometryProcessor.h
@@ -169,8 +169,6 @@ public:
, fHasVertexColor(false)
, fHasLocalCoords(false) {}
- virtual const char* name() const = 0;
-
/*
* This is a safeguard to prevent GPs from going beyond platform specific attribute limits.
* This number can almost certainly be raised if required.
« no previous file with comments | « no previous file | src/gpu/effects/GrCoverageSetOpXP.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698