| Index: src/gpu/GrAtlas.cpp
|
| diff --git a/src/gpu/GrAtlas.cpp b/src/gpu/GrAtlas.cpp
|
| index 9784e83de906472fc4bc68451581354754fa70ee..15236e42ca9f82dcf778d0f81c7dd7b652ab66b5 100644
|
| --- a/src/gpu/GrAtlas.cpp
|
| +++ b/src/gpu/GrAtlas.cpp
|
| @@ -181,8 +181,9 @@ GrPlot* GrAtlasMgr::addToAtlas(GrAtlas* atlas,
|
| GrTextureDesc desc;
|
| #ifdef SK_DEVELOPER
|
| // RenderTarget so we can read the pixels to dump them
|
| - desc.fFlags = kDynamicUpdate_GrTextureFlagBit|kRenderTarget_GrTextureFlagBit
|
| - |kNoStencil_GrTextureFlagBit;
|
| + // TODO: Fix to support RT
|
| + desc.fFlags = kDynamicUpdate_GrTextureFlagBit;//|kRenderTarget_GrTextureFlagBit;
|
| + //|kNoStencil_GrTextureFlagBit;
|
| #else
|
| desc.fFlags = kDynamicUpdate_GrTextureFlagBit;
|
| #endif
|
|
|