| Index: dm/DMSrcSink.cpp
|
| diff --git a/dm/DMSrcSink.cpp b/dm/DMSrcSink.cpp
|
| index a24dad429b1d2a35d53260f116b8adaf73b82933..6584789a0b4bf2f224bfc7a00264d1e9d597331c 100644
|
| --- a/dm/DMSrcSink.cpp
|
| +++ b/dm/DMSrcSink.cpp
|
| @@ -941,8 +941,8 @@
|
|
|
| DEFINE_bool(gpuStats, false, "Append GPU stats to the log for each GPU task?");
|
|
|
| -GPUSink::GPUSink(GrContextFactory::ContextType ct,
|
| - GrContextFactory::ContextOptions options,
|
| +GPUSink::GPUSink(GrContextFactory::GLContextType ct,
|
| + GrContextFactory::GLContextOptions options,
|
| int samples,
|
| bool diText,
|
| SkColorType colorType,
|
|
|