diff options
author | reveman@chromium.org <reveman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-08 21:57:10 +0000 |
---|---|---|
committer | reveman@chromium.org <reveman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-08 21:57:10 +0000 |
commit | 16a2f50587d22f532808988f6076f934cd88efa9 (patch) | |
tree | 3e17cec1fe4e8ecbe7669a356c8030ebcfe38db3 /skia/skia_chrome.gypi | |
parent | 62a802be050ad787f89f52c1a28339ad35fbc276 (diff) | |
download | chromium_src-16a2f50587d22f532808988f6076f934cd88efa9.zip chromium_src-16a2f50587d22f532808988f6076f934cd88efa9.tar.gz chromium_src-16a2f50587d22f532808988f6076f934cd88efa9.tar.bz2 |
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
Diffstat (limited to 'skia/skia_chrome.gypi')
-rw-r--r-- | skia/skia_chrome.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
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', |