| Index: samplecode/SampleApp.h
|
| diff --git a/samplecode/SampleApp.h b/samplecode/SampleApp.h
|
| index 082208cd5a4b2507085c91132ca299c0792aa8e6..c56bcd44888df570f652b873d36584b3bdf5c2b4 100644
|
| --- a/samplecode/SampleApp.h
|
| +++ b/samplecode/SampleApp.h
|
| @@ -124,6 +124,7 @@ public:
|
| void toggleFPS();
|
| void showOverview();
|
| void toggleDistanceFieldFonts();
|
| + void setPixelGeometry(int pixelGeometryIndex);
|
|
|
| GrContext* getGrContext() const { return fDevManager->getGrContext(); }
|
|
|
| @@ -206,6 +207,7 @@ private:
|
| SkOSMenu::TriState fAAState;
|
| SkOSMenu::TriState fSubpixelState;
|
| int fHintingState;
|
| + int fPixelGeometryIndex;
|
| int fFilterQualityIndex;
|
| unsigned fFlipAxis;
|
|
|
|
|