diff options
author | junov@chromium.org <junov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-20 19:18:42 +0000 |
---|---|---|
committer | junov@chromium.org <junov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-20 19:18:42 +0000 |
commit | b7cdac611e08b20d4f3afd3f125c03b242d61163 (patch) | |
tree | aa6307f8dfd3096da8bec88d7315d3a1e4cdf2c8 /skia | |
parent | 95d13163c4add5bb92287714146f336d8cf286ef (diff) | |
download | chromium_src-b7cdac611e08b20d4f3afd3f125c03b242d61163.zip chromium_src-b7cdac611e08b20d4f3afd3f125c03b242d61163.tar.gz chromium_src-b7cdac611e08b20d4f3afd3f125c03b242d61163.tar.bz2 |
Turning the SkGPipe-based code path for deferred canvas rendering
BUG=http://code.google.com/p/chromium/issues/detail?id=133432
TEST=Covered by existing canvas layout tests
Review URL: https://chromiumcodereview.appspot.com/10807054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147694 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index b12fb7d..8a9ee58 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -726,6 +726,8 @@ '../third_party/skia/include/pdf/SkPDFDevice.h', '../third_party/skia/include/pdf/SkPDFDocument.h', + '../third_party/skia/include/pipe/SkGPipe.h', + '../third_party/skia/include/ports/SkStream_Win.h', '../third_party/skia/include/ports/SkTypeface_win.h', @@ -797,6 +799,7 @@ '../third_party/skia/include/gpu/gl', '../third_party/skia/include/images', '../third_party/skia/include/pdf', + '../third_party/skia/include/pipe', '../third_party/skia/include/ports', '../third_party/skia/include/utils', '../third_party/skia/src/core', @@ -812,6 +815,7 @@ 'GR_AGGRESSIVE_SHADER_OPTS=1', 'SK_DISABLE_FAST_AA_STROKE_RECT', 'SK_DEFAULT_FONT_CACHE_LIMIT=(20*1024*1024)', + 'SK_DEFERRED_CANVAS_USES_GPIPE=1', # temporary for landing Skia rev 3077 with minimal layout test breakage 'SK_SIMPLE_TWOCOLOR_VERTICAL_GRADIENTS', |