| Index: dm/DMSrcSink.cpp
|
| diff --git a/dm/DMSrcSink.cpp b/dm/DMSrcSink.cpp
|
| index a0dcb1cfc5b08ce16c3455f5097b44ba288b233a..30cdbf085d0ccbc1f326778057f58f7d8a16d2b8 100644
|
| --- a/dm/DMSrcSink.cpp
|
| +++ b/dm/DMSrcSink.cpp
|
| @@ -831,10 +831,6 @@ GPUSink::GPUSink(GrContextFactory::GLContextType ct,
|
| , fUseDIText(diText)
|
| , fThreaded(threaded) {}
|
|
|
| -int GPUSink::enclave() const {
|
| - return fThreaded ? kAnyThread_Enclave : kGPU_Enclave;
|
| -}
|
| -
|
| void PreAbandonGpuContextErrorHandler(SkError, void*) {}
|
|
|
| DEFINE_bool(imm, false, "Run gpu configs in immediate mode.");
|
|
|