| Index: samplecode/SampleApp.h
|
| diff --git a/samplecode/SampleApp.h b/samplecode/SampleApp.h
|
| index 3e8afc0174a2fa8eb79b514081abd6403a573f63..d75e1495c3a8033736ed02cb18cf0fe231ce025c 100644
|
| --- a/samplecode/SampleApp.h
|
| +++ b/samplecode/SampleApp.h
|
| @@ -175,6 +175,7 @@ private:
|
| bool fSaveToPdf;
|
| SkAutoTUnref<SkDocument> fPDFDocument;
|
|
|
| + bool fDoAnimate;
|
| bool fUseClip;
|
| bool fNClip;
|
| bool fAnimating;
|
| @@ -238,6 +239,7 @@ private:
|
| int findByTitle(const char*);
|
| void listTitles();
|
| SkSize tileSize() const;
|
| + bool sendAnimatePulse();
|
|
|
| typedef SkOSWindow INHERITED;
|
| };
|
|
|