diff options
author | reed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-27 18:00:54 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-27 18:00:54 +0000 |
commit | 5e61353a310272afece19263f1d3919f53523624 (patch) | |
tree | 0893b13bcf6a2deda58a944362d794d4acea0046 /skia | |
parent | 9814c25674a412575b8c35eb77e3406f599d2a91 (diff) | |
download | chromium_src-5e61353a310272afece19263f1d3919f53523624.zip chromium_src-5e61353a310272afece19263f1d3919f53523624.tar.gz chromium_src-5e61353a310272afece19263f1d3919f53523624.tar.bz2 |
roll skia to 5710
Review URL: https://codereview.chromium.org/10989053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159066 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 9807103..c2562f0 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -247,6 +247,10 @@ # font rendering in high DPI mode. # See https://codereview.appspot.com/6495089/ 'SK_SUPPORT_HINTING_SCALE_FACTOR', + + # Temporarily keep old int-srcrect behavior, until we determine if + # the few failures are a bug or not. + 'SK_SUPPORT_INT_SRCRECT_DRAWBITMAPRECT', ], 'sources!': [ '../third_party/skia/include/core/SkTypes.h', |