| Index: samplecode/SampleStrokeText.cpp
|
| diff --git a/samplecode/SampleStrokeText.cpp b/samplecode/SampleStrokeText.cpp
|
| index 4e9fe0d59fe09ca1bec3baebb4989f268858c1b8..aa190179640c2a4d148d01cb2905d2d8b0120a9a 100644
|
| --- a/samplecode/SampleStrokeText.cpp
|
| +++ b/samplecode/SampleStrokeText.cpp
|
| @@ -106,9 +106,8 @@ static void lettersToBitmap2(SkBitmap* dst, const char chars[],
|
| }
|
|
|
| class StrokeTextView : public SampleView {
|
| - bool fAA;
|
| public:
|
| - StrokeTextView() : fAA(false) {
|
| + StrokeTextView() {
|
| this->setBGColor(0xFFCC8844);
|
| }
|
|
|
|
|