| Index: dm/DMSrcSink.h
|
| diff --git a/dm/DMSrcSink.h b/dm/DMSrcSink.h
|
| index 3f88f6350b8d48c3b6e3b5b5c0cf54bccee88f65..76e5968adfadb6be5a4f3c1d1011bb81fcdc1b31 100644
|
| --- a/dm/DMSrcSink.h
|
| +++ b/dm/DMSrcSink.h
|
| @@ -90,7 +90,7 @@ private:
|
|
|
| class GPUSink : public Sink {
|
| public:
|
| - GPUSink(GrContextFactory::GLContextType, GrGLStandard, int samples, bool dfText);
|
| + GPUSink(GrContextFactory::GLContextType, GrGLStandard, int samples, bool dfText, bool threaded);
|
|
|
| Error draw(const Src&, SkBitmap*, SkWStream*) const SK_OVERRIDE;
|
| int enclave() const SK_OVERRIDE;
|
| @@ -100,6 +100,7 @@ private:
|
| GrGLStandard fGpuAPI;
|
| int fSampleCount;
|
| bool fUseDFText;
|
| + bool fThreaded;
|
| };
|
|
|
| class PDFSink : public Sink {
|
|
|