From 749c14c24f7e8a838efc077a45ca7fe41db3e2ee Mon Sep 17 00:00:00 2001 From: caryclark Date: Thu, 19 May 2016 07:01:03 -0700 Subject: Remove agg from skia build This removes the last vestiges of antigrain from a Skia-specific build. R=dsinclair@chromium.org,tsepez@chromium.org,thestig@chromium.org,reed@google.com Review-Url: https://codereview.chromium.org/1998623002 --- core/fxge/skia/fx_skia_device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/fxge/skia') diff --git a/core/fxge/skia/fx_skia_device.cpp b/core/fxge/skia/fx_skia_device.cpp index 7f47d855c9..d6d8218d57 100644 --- a/core/fxge/skia/fx_skia_device.cpp +++ b/core/fxge/skia/fx_skia_device.cpp @@ -233,7 +233,7 @@ bool AddSamples(const CPDF_Function* pFunc, return false; uint32_t sampleSize = sampledFunc->m_nBitsPerSample; uint32_t sampleCount = encodeInfo.sizes; - if (sampleCount != 1 << sampleSize) + if (sampleCount != 1U << sampleSize) return false; if (sampledFunc->m_pSampleStream->GetSize() < sampleCount * 3 * sampleSize / 8) { -- cgit v1.2.3