| Index: src/core/SkDrawProcs.h
|
| diff --git a/src/core/SkDrawProcs.h b/src/core/SkDrawProcs.h
|
| index 44532298f0040c67797d33b9e2f0cf8b8e12472f..cefd2cce02ccac1aedf0d674203300ceb8b77445 100644
|
| --- a/src/core/SkDrawProcs.h
|
| +++ b/src/core/SkDrawProcs.h
|
| @@ -1,10 +1,10 @@
|
| -
|
| /*
|
| * Copyright 2011 Google Inc.
|
| *
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file.
|
| */
|
| +
|
| #ifndef SkDrawProcs_DEFINED
|
| #define SkDrawProcs_DEFINED
|
|
|
| @@ -16,7 +16,6 @@ class SkBlitter;
|
|
|
| struct SkDraw1Glyph {
|
| const SkDraw* fDraw;
|
| - SkBounder* fBounder;
|
| const SkRegion* fClip;
|
| const SkAAClip* fAAClip;
|
| SkBlitter* fBlitter;
|
|
|