| Index: src/gpu/GrTextureParamsAdjuster.h
|
| diff --git a/src/gpu/GrTextureParamsAdjuster.h b/src/gpu/GrTextureParamsAdjuster.h
|
| index 0a3d52970331e02da226ad26dcad38160846a53d..cad392046643c4c2228997034a6c80d877501ea4 100644
|
| --- a/src/gpu/GrTextureParamsAdjuster.h
|
| +++ b/src/gpu/GrTextureParamsAdjuster.h
|
| @@ -11,7 +11,6 @@
|
| #include "GrTextureParams.h"
|
| #include "GrResourceKey.h"
|
| #include "GrTexture.h"
|
| -#include "SkFunction.h"
|
| #include "SkTLazy.h"
|
|
|
| class GrContext;
|
| @@ -106,7 +105,7 @@ public:
|
| * @param textureMatrix Matrix to apply to local coordinates to compute
|
| * texel coordinates. The post-transformed coordinates
|
| * should be in texels (relative to this->width() and
|
| - * this->height()) and not be normalized.
|
| + * this->height()) and not be normalized.
|
| * @param constraintRect Subrect of content area to be rendered. The
|
| * constraint rect is relative to the content area.
|
| * @param filterConstriant Indicates whether filtering is limited to
|
| @@ -145,7 +144,7 @@ private:
|
| typedef GrTextureProducer INHERITED;
|
| };
|
|
|
| -/**
|
| +/**
|
| * Base class for sources that start out as something other than a texture (encoded image,
|
| * picture, ...).
|
| */
|
|
|