| Index: src/animator/SkSnapshot.h
|
| diff --git a/src/animator/SkSnapshot.h b/src/animator/SkSnapshot.h
|
| index 43f166922622a708a9541717db23c1b36a439c97..e3b36d18981d78c13f9f7ecfa3df53221dcb7c0e 100644
|
| --- a/src/animator/SkSnapshot.h
|
| +++ b/src/animator/SkSnapshot.h
|
| @@ -18,7 +18,7 @@
|
| class SkSnapshot: public SkADrawable {
|
| DECLARE_MEMBER_INFO(Snapshot);
|
| SkSnapshot();
|
| - virtual bool draw(SkAnimateMaker& ) SK_OVERRIDE;
|
| + bool draw(SkAnimateMaker& ) SK_OVERRIDE;
|
| private:
|
| SkString filename;
|
| SkScalar quality;
|
|
|