| Index: samplecode/SampleCode.h
|
| diff --git a/samplecode/SampleCode.h b/samplecode/SampleCode.h
|
| index 7c0452a90ab6e600426d42ea2f2033a0f99fc0be..26a8207ddcb6d29c9c9ba96550f7af806dcc130b 100644
|
| --- a/samplecode/SampleCode.h
|
| +++ b/samplecode/SampleCode.h
|
| @@ -109,8 +109,7 @@ public:
|
| : fPipeState(SkOSMenu::kOffState)
|
| , fBGColor(SK_ColorWHITE)
|
| , fRepeatCount(1)
|
| - , fDebugHitTest(false) {
|
| - }
|
| + {}
|
|
|
| void setBGColor(SkColor color) { fBGColor = color; }
|
|
|
| @@ -145,9 +144,6 @@ protected:
|
| private:
|
| int fRepeatCount;
|
|
|
| - bool fDebugHitTest;
|
| - SkIPoint fDebugHitTestLoc;
|
| -
|
| typedef SkView INHERITED;
|
| };
|
|
|
|
|