| Index: src/pathops/SkPathOpsBounds.cpp
|
| diff --git a/src/pathops/SkPathOpsBounds.cpp b/src/pathops/SkPathOpsBounds.cpp
|
| index 106cd30076ca82249f0b3a003209f216811f5030..e5b26eec2528a9f3795b312c5021ef1c9b5d5d3c 100644
|
| --- a/src/pathops/SkPathOpsBounds.cpp
|
| +++ b/src/pathops/SkPathOpsBounds.cpp
|
| @@ -32,7 +32,7 @@ void SkPathOpsBounds::setQuadBounds(const SkPoint a[3]) {
|
| SkDoubleToScalar(dRect.fRight), SkDoubleToScalar(dRect.fBottom));
|
| }
|
|
|
| -void (SkPathOpsBounds::*SetCurveBounds[])(const SkPoint[]) = {
|
| +void (SkPathOpsBounds::* const SetCurveBounds[])(const SkPoint[]) = {
|
| NULL,
|
| &SkPathOpsBounds::setLineBounds,
|
| &SkPathOpsBounds::setQuadBounds,
|
|
|