| Index: src/gpu/GrAtlas.h
|
| diff --git a/src/gpu/GrAtlas.h b/src/gpu/GrAtlas.h
|
| index 1e91d1e90ee111833cf0c3a83fe0c71e4960dce3..1b0854b85ef7af2c16778fa71e8fb5bbc1a5c515 100644
|
| --- a/src/gpu/GrAtlas.h
|
| +++ b/src/gpu/GrAtlas.h
|
| @@ -93,7 +93,7 @@ public:
|
| friend class GrAtlas;
|
| };
|
|
|
| - GrAtlas(GrGpu*, GrPixelConfig, GrTextureFlags flags,
|
| + GrAtlas(GrGpu*, GrPixelConfig, GrSurfaceFlags flags,
|
| const SkISize& backingTextureSize,
|
| int numPlotsX, int numPlotsY, bool batchUploads);
|
| ~GrAtlas();
|
| @@ -135,7 +135,7 @@ private:
|
|
|
| GrGpu* fGpu;
|
| GrPixelConfig fPixelConfig;
|
| - GrTextureFlags fFlags;
|
| + GrSurfaceFlags fFlags;
|
| GrTexture* fTexture;
|
| SkISize fBackingTextureSize;
|
| int fNumPlotsX;
|
|
|