diff options
author | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-27 20:56:33 +0000 |
---|---|---|
committer | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-27 20:56:33 +0000 |
commit | e9c67c591d46948a37a389d297d6904a80b20a49 (patch) | |
tree | b6e4da969f6a4b452688e5bc4a901b61e158d7db /skia | |
parent | 29652cf5d1121cdc8833106c98f3808a7620fdee (diff) | |
download | chromium_src-e9c67c591d46948a37a389d297d6904a80b20a49.zip chromium_src-e9c67c591d46948a37a389d297d6904a80b20a49.tar.gz chromium_src-e9c67c591d46948a37a389d297d6904a80b20a49.tar.bz2 |
Revert 159096 - Revert 159066 - roll skia to 5710
Review URL: https://codereview.chromium.org/10989053
TBR=reed@google.com
Review URL: https://codereview.chromium.org/10990094
TBR=michaeln@google.com
Review URL: https://codereview.chromium.org/10982077
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159113 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', |