| Index: dm/DMSrcSink.cpp
|
| diff --git a/dm/DMSrcSink.cpp b/dm/DMSrcSink.cpp
|
| index 9e9ba9ed82a072edb383ae610294f98d7a640099..e704f74d030e9b4b8784c62b687abe879957170c 100644
|
| --- a/dm/DMSrcSink.cpp
|
| +++ b/dm/DMSrcSink.cpp
|
| @@ -45,6 +45,8 @@ DEFINE_bool(multiPage, false, "For document-type backends, render the source"
|
| " into multiple pages");
|
| DEFINE_bool(RAW_threading, true, "Allow RAW decodes to run on multiple threads?");
|
|
|
| +using sk_gpu_test::GrContextFactory;
|
| +
|
| namespace DM {
|
|
|
| GMSrc::GMSrc(skiagm::GMRegistry::Factory factory) : fFactory(factory) {}
|
|
|