Fix a stray -Winconsistent-missing-override warning.
TBR= BUG=skia: Review URL: https://codereview.chromium.org/1261043002
This commit is contained in:
parent
0341b4427e
commit
3073b5fabe
@ -32,9 +32,9 @@ class SkDump : public SkDisplayable {
|
||||
SkBool posts;
|
||||
SkString script;
|
||||
#else
|
||||
virtual bool enable(SkAnimateMaker & );
|
||||
virtual bool hasEnable() const;
|
||||
virtual bool setProperty(int index, SkScriptValue& );
|
||||
bool enable(SkAnimateMaker & ) override;
|
||||
bool hasEnable() const override;
|
||||
bool setProperty(int index, SkScriptValue& ) override;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user