diff options
author | vangelis@chromium.org <vangelis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-31 00:53:36 +0000 |
---|---|---|
committer | vangelis@chromium.org <vangelis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-31 00:53:36 +0000 |
commit | cb643093a0e031d2e242c0abeefc9235048bd168 (patch) | |
tree | 235316bab5752374adbda8aea90b6f4fc459e426 /content/content_common.gypi | |
parent | c2a95d95d0ec39b9976013809ea6b47ae56bc1fc (diff) | |
download | chromium_src-cb643093a0e031d2e242c0abeefc9235048bd168.zip chromium_src-cb643093a0e031d2e242c0abeefc9235048bd168.tar.gz chromium_src-cb643093a0e031d2e242c0abeefc9235048bd168.tar.bz2 |
Move blacklist checks for the compositing field trials to the query functions rather
than the field trial initialization which takes place before the blacklist is processed.
Since now IsForceCompositingModeEnabled and IsThreadedCompositingEnabled() can now only
safely be called from within the browser process, this patch moves all the relevant files
out of content/common and into content/browser.
Finally, the browser now passes the enable-threaded-compositing setting to the renderer as a command line argument and the renderer queries its value directly from the process command line. The force-compositing-mode setting is still being passed via the WebPrefs like before.
The existing AcceleratedCompositingBlockedTest browser test should catch any regressions.
BUG=158377
Review URL: https://chromiumcodereview.appspot.com/11341033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165081 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index f0dd962..cc03635 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -25,7 +25,6 @@ 'public/common/child_process_host_delegate.cc', 'public/common/child_process_host_delegate.h', 'public/common/child_process_sandbox_support_linux.h', - 'public/common/compositor_util.h', 'public/common/content_constants.cc', 'public/common/content_constants.h', 'public/common/content_descriptors.h', @@ -142,7 +141,6 @@ 'common/child_trace_message_filter.h', 'common/clipboard_messages.cc', 'common/clipboard_messages.h', - 'common/compositor_util.cc', 'common/content_constants_internal.cc', 'common/content_constants_internal.h', 'common/content_export.h', |