From 3d89c79818dedb3f21b111efb780f4c3a012ef20 Mon Sep 17 00:00:00 2001 From: "enne@chromium.org" Date: Tue, 6 Nov 2012 19:15:07 +0000 Subject: cc: Add impl-side painting command line switch. This doesn't do anything yet. It is assumed that ui/compositor will switch over to using Layer directly and not WebLayer so that this switch will only eventually affect the render process compositor. This deliberately doesn't add an about:flags entry until this path is mildly functional. BUG=155209 Review URL: https://codereview.chromium.org/11375002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166240 0039d316-1c4b-4281-b951-d872f2087c98 --- cc/switches.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cc/switches.cc') diff --git a/cc/switches.cc b/cc/switches.cc index 86409fd..2214c3d 100644 --- a/cc/switches.cc +++ b/cc/switches.cc @@ -26,5 +26,8 @@ const char kEnablePinchInCompositor[] = "enable-pinch-in-compositor"; // content (i.e. jank) instead of showing checkerboards for missing content. const char kJankInsteadOfCheckerboard[] = "jank-instead-of-checkerboard"; +// Paint content on the compositor thread instead of the main thread. +const char kImplSidePainting[] = "impl-side-painting"; + } // namespace switches } // namespace cc -- cgit v1.1