From 2a9d2c1d0978bb0452c90d3261dcd73461556469 Mon Sep 17 00:00:00 2001 From: "shawnsingh@chromium.org" Date: Wed, 29 May 2013 11:48:49 +0000 Subject: Add CompositingReasons to compositor layers. This is a re-land after first version (r202580) was reverted. The problem was that extra invalidations occurred due to a call to SetNeedsCommit(). The solution is to avoid calling SetNeedsCommit(), and accept that this debug info will be stale on the impl-thread until something else commits. BUG=240946 Review URL: https://chromiumcodereview.appspot.com/16023024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202848 0039d316-1c4b-4281-b951-d872f2087c98 --- cc/cc.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'cc/cc.gyp') diff --git a/cc/cc.gyp b/cc/cc.gyp index 1447c26..e39cc0f 100644 --- a/cc/cc.gyp +++ b/cc/cc.gyp @@ -82,6 +82,7 @@ 'input/top_controls_manager.h', 'input/top_controls_manager_client.h', 'layers/append_quads_data.h', + 'layers/compositing_reasons.h', 'layers/content_layer.cc', 'layers/content_layer.h', 'layers/content_layer_client.h', -- cgit v1.1