No need to re-declare pure virtual name().
Fixes inconsistent override warning. BUG=skia: TBR=bsalomon@google.com Review URL: https://codereview.chromium.org/1293413003
This commit is contained in:
parent
3b44dcf078
commit
790d74f7c1
@ -31,10 +31,6 @@ public:
|
||||
|
||||
GrGLFragmentProcessor* createGLInstance() const;
|
||||
|
||||
/** Human-meaningful string to identify this GrFragmentProcessor; may be embedded
|
||||
in generated shader code. */
|
||||
virtual const char* name() const = 0;
|
||||
|
||||
void getGLProcessorKey(const GrGLSLCaps& caps, GrProcessorKeyBuilder* b) const {
|
||||
this->onGetGLProcessorKey(caps, b);
|
||||
for (int i = 0; i < fChildProcessors.count(); ++i) {
|
||||
|
Loading…
Reference in New Issue
Block a user