| Index: dm/DMSrcSink.cpp
|
| diff --git a/dm/DMSrcSink.cpp b/dm/DMSrcSink.cpp
|
| index 5f8727f60e304043441ce44199371f95a97265af..08629675540a84a75c37790014de39327b1cf703 100644
|
| --- a/dm/DMSrcSink.cpp
|
| +++ b/dm/DMSrcSink.cpp
|
| @@ -941,8 +941,8 @@ Error NullSink::draw(const Src& src, SkBitmap*, SkWStream*, SkString*) const {
|
|
|
| DEFINE_bool(gpuStats, false, "Append GPU stats to the log for each GPU task?");
|
|
|
| -GPUSink::GPUSink(GrContextFactory::GLContextType ct,
|
| - GrContextFactory::GLContextOptions options,
|
| +GPUSink::GPUSink(GrContextFactory::ContextType ct,
|
| + GrContextFactory::ContextOptions options,
|
| int samples,
|
| bool diText,
|
| SkColorType colorType,
|
|
|