diff options
author | robertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-15 13:14:20 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-15 13:14:20 +0000 |
commit | d2b9b2824cde0283387d1b86c02b8121f09f1037 (patch) | |
tree | 510c3df8e000b5de06142c49f3a78fd89e2022b4 /skia | |
parent | a48a6e989afce9179fc412674ca7f7559dd7b509 (diff) | |
download | chromium_src-d2b9b2824cde0283387d1b86c02b8121f09f1037.zip chromium_src-d2b9b2824cde0283387d1b86c02b8121f09f1037.tar.gz chromium_src-d2b9b2824cde0283387d1b86c02b8121f09f1037.tar.bz2 |
Roll Skia DEPS to r8166
control: https://codereview.chromium.org/12641009/
Review URL: https://codereview.chromium.org/12631018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188378 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia.gyp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 7c7b98b..729072a 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -236,12 +236,6 @@ # SkGraphics::Init(). 'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=0', - 'SK_DISABLE_BLUR_ROUNDING', - 'SK_IGNORE_SUBPIXEL_AXIS_ALIGN_FIX', - 'SK_IGNORE_PICTURE_RECORD_SAVE_LAYER_OPT', - 'SK_IGNORE_FAST_RECT_BLUR', - 'SK_IGNORE_CUBIC_STROKE_FIX', - # Disable this check because it is too strict for some Chromium-specific # subclasses of SkPixelRef. See bug: crbug.com/171776. 'SK_DISABLE_PIXELREF_LOCKCOUNT_BALANCE_CHECK', |