| Index: src/gpu/gl/GrGLPathRange.h
|
| diff --git a/src/gpu/gl/GrGLPathRange.h b/src/gpu/gl/GrGLPathRange.h
|
| index 8fde666e7ec5983609ea35ab77b6c6bf30889d97..5fbfb1f917fca9d34c8f70f750a488fba11e9aad 100644
|
| --- a/src/gpu/gl/GrGLPathRange.h
|
| +++ b/src/gpu/gl/GrGLPathRange.h
|
| @@ -42,7 +42,7 @@ public:
|
| GrGLuint basePathID() const { return fBasePathID; }
|
|
|
| protected:
|
| - virtual void onInitPath(int index, const SkPath&) const;
|
| + virtual void onInitPath(int index, const SkPath&) const SK_OVERRIDE;
|
|
|
| virtual void onRelease() SK_OVERRIDE;
|
| virtual void onAbandon() SK_OVERRIDE;
|
|
|