From 2c9805ca261ad5a791a9abb7ec385884c9c81016 Mon Sep 17 00:00:00 2001 From: vmpstr Date: Thu, 3 Mar 2016 16:07:41 -0800 Subject: cc: ImageDecodes: Move ImageHijackCanvas to a separate file. This patch moves ImageHijackCanvas to a separate file in preparation for overriding SkCanvas instead. This would mean that the canvas has to be plumbed from earlier in the pipeline and having it in a separate file helps. R=enne, ericrk BUG=590859 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1758113004 Cr-Commit-Position: refs/heads/master@{#379146} --- cc/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cc/BUILD.gn') diff --git a/cc/BUILD.gn b/cc/BUILD.gn index fb07c2e..2ed2554 100644 --- a/cc/BUILD.gn +++ b/cc/BUILD.gn @@ -307,6 +307,8 @@ component("cc") { "playback/filter_display_item.h", "playback/float_clip_display_item.cc", "playback/float_clip_display_item.h", + "playback/image_hijack_canvas.cc", + "playback/image_hijack_canvas.h", "playback/largest_display_item.cc", "playback/largest_display_item.h", "playback/transform_display_item.cc", -- cgit v1.1