| commit | 0dcbece326ce2fa1f9046aa69a21bb99de08714a | [log] [tgz] |
|---|---|---|
| author | vandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Aug 20 23:08:40 2013 +0000 |
| committer | vandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Aug 20 23:08:40 2013 +0000 |
| tree | fcd8add27b8c8510eaa47c4df492f28835af324f | |
| parent | 147c4f3e0c6db84b7c55cf86bd1c55b8ebede1f3 [diff] [blame] |
Support multiple PDF rendering backends in the GM R=epoger@google.com, vandebo@chromium.org Review URL: https://codereview.chromium.org/21669004 git-svn-id: http://skia.googlecode.com/svn/trunk@10841 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gm/mixedxfermodes.cpp b/gm/mixedxfermodes.cpp index f057672..645143a 100644 --- a/gm/mixedxfermodes.cpp +++ b/gm/mixedxfermodes.cpp
@@ -125,6 +125,11 @@ } } + virtual uint32_t onGetFlags() const { + // Skip PDF rasterization since rendering this PDF takes forever. + return kSkipPDFRasterization_Flag; + } + private: enum { kNumShapes = 100,