From 9a9014a549f126db8ad2dc0c0a1dc6bb246423ae Mon Sep 17 00:00:00 2001 From: ccameron Date: Wed, 27 Jan 2016 13:12:04 -0800 Subject: Mac overlays: Move CALayerPartialDamageTree to its own file Direct copy-paste, no changes. BUG=533681 TBR=erikchen Review URL: https://codereview.chromium.org/1647523002 Cr-Commit-Position: refs/heads/master@{#371871} --- content/content_common.gypi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/content_common.gypi') diff --git a/content/content_common.gypi b/content/content_common.gypi index aa66490..063a70f 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -324,6 +324,8 @@ 'common/gpu/client/grcontext_for_webgraphicscontext3d.h', 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', + 'common/gpu/ca_layer_partial_damage_tree_mac.h', + 'common/gpu/ca_layer_partial_damage_tree_mac.mm', 'common/gpu/ca_layer_tree_mac.h', 'common/gpu/ca_layer_tree_mac.mm', 'common/gpu/child_window_surface_win.cc', -- cgit v1.1