From 0fb7f983997760be537218e91f61a2a14fbdf648 Mon Sep 17 00:00:00 2001 From: "kbr@chromium.org" Date: Tue, 19 Mar 2013 03:06:26 +0000 Subject: Removed support for Core Animation plugins when accelerated compositing is disabled. CA plugins have been rendered through Chrome's compositor for several releases now and it has not been found necessary to revert back to the older behavior. If the compositor is disabled, then support for the Core Animation and Invalidating Core Animation drawing models is no longer advertised. Tested with the Unity and NPAPI Flash plugins. As expected, Unity no longer renders with the compositor disabled; NPAPI Flash falls back to the Core Graphics drawing model. (Pepper Flash is not affected; it happens to require the compositor before and after this change.) BUG=105344 Review URL: https://chromiumcodereview.appspot.com/12641008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188928 0039d316-1c4b-4281-b951-d872f2087c98 --- content/content_browser.gypi | 6 ------ 1 file changed, 6 deletions(-) (limited to 'content/content_browser.gypi') diff --git a/content/content_browser.gypi b/content/content_browser.gypi index c774ce3..4e270a6 100644 --- a/content/content_browser.gypi +++ b/content/content_browser.gypi @@ -618,12 +618,6 @@ 'browser/profiler_controller_impl.h', 'browser/profiler_message_filter.cc', 'browser/profiler_message_filter.h', - 'browser/renderer_host/accelerated_plugin_view_mac.h', - 'browser/renderer_host/accelerated_plugin_view_mac.mm', - 'browser/renderer_host/accelerated_surface_container_mac.cc', - 'browser/renderer_host/accelerated_surface_container_mac.h', - 'browser/renderer_host/accelerated_surface_container_manager_mac.cc', - 'browser/renderer_host/accelerated_surface_container_manager_mac.h', 'browser/renderer_host/backing_store_aura.cc', 'browser/renderer_host/backing_store_aura.h', 'browser/renderer_host/backing_store.cc', -- cgit v1.1