| Index: samplecode/SampleManyRects.cpp
|
| diff --git a/samplecode/SampleManyRects.cpp b/samplecode/SampleManyRects.cpp
|
| index 5182341c718bd253a3d43d95b60da9407bd67886..c563394725d2e208185d1d4b2c76c4c3442d3dfc 100644
|
| --- a/samplecode/SampleManyRects.cpp
|
| +++ b/samplecode/SampleManyRects.cpp
|
| @@ -26,7 +26,7 @@ public:
|
| ManyRectsView() {}
|
|
|
| protected:
|
| - virtual bool onQuery(SkEvent* evt) SK_OVERRIDE {
|
| + bool onQuery(SkEvent* evt) SK_OVERRIDE {
|
| if (SampleCode::TitleQ(*evt)) {
|
| SampleCode::TitleR(evt, "ManyRects");
|
| return true;
|
|
|