From 16a2f50587d22f532808988f6076f934cd88efa9 Mon Sep 17 00:00:00 2001 From: "reveman@chromium.org" Date: Wed, 8 Jan 2014 21:57:10 +0000 Subject: cc: Gather and lock/unlock SkDiscardablePixelRefs instead of skia::LazyPixelRefs. This removes the use of skia::LazyPixelRef from the compositor, which allows us to gather and lock/unlock SkDiscardablePixelRefs in the instead. skia::LazyPixelRef will be removed completely when no longer in use by blink. BUG=329094 Review URL: https://codereview.chromium.org/111143005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243660 0039d316-1c4b-4281-b951-d872f2087c98 --- skia/skia_chrome.gypi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'skia/skia_chrome.gypi') diff --git a/skia/skia_chrome.gypi b/skia/skia_chrome.gypi index 6dcc665..aa6e273 100644 --- a/skia/skia_chrome.gypi +++ b/skia/skia_chrome.gypi @@ -41,12 +41,12 @@ 'ext/image_operations.h', 'ext/lazy_pixel_ref.cc', 'ext/lazy_pixel_ref.h', - 'ext/lazy_pixel_ref_utils.cc', - 'ext/lazy_pixel_ref_utils.h', 'ext/opacity_draw_filter.cc', 'ext/opacity_draw_filter.h', 'ext/paint_simplifier.cc', 'ext/paint_simplifier.h', + 'ext/pixel_ref_utils.cc', + 'ext/pixel_ref_utils.h', 'ext/platform_canvas.cc', 'ext/platform_canvas.h', 'ext/platform_device.cc', -- cgit v1.1