diff options
author | tzik@chromium.org <tzik@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-01 11:11:21 +0000 |
---|---|---|
committer | tzik@chromium.org <tzik@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-01 11:11:21 +0000 |
commit | 5255d304cdf20a8f35553bb19d60d0abb6758464 (patch) | |
tree | 17cb383c4300b77d1de0c1138176a7636ce16043 /content/shell/webkit_test_controller.cc | |
parent | adef9ab9c81b9b320fa6bf4a452e717496bb6e18 (diff) | |
download | chromium_src-5255d304cdf20a8f35553bb19d60d0abb6758464.zip chromium_src-5255d304cdf20a8f35553bb19d60d0abb6758464.tar.gz chromium_src-5255d304cdf20a8f35553bb19d60d0abb6758464.tar.bz2 |
Revert 197493 "Clean up software compositing switches. "
> Clean up software compositing switches.
>
> After this patch just --disable-gpu should be enough to put Chrome in software compositing mode for Aura builds.
>
> NOTRY=true
>
> BUG=229712, 230120
>
> Review URL: https://chromiumcodereview.appspot.com/13985036
TBR=skaslev@chromium.org
Review URL: https://codereview.chromium.org/14769002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197599 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/webkit_test_controller.cc')
-rw-r--r-- | content/shell/webkit_test_controller.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/shell/webkit_test_controller.cc b/content/shell/webkit_test_controller.cc index 4c1ba7a..7af5ef8 100644 --- a/content/shell/webkit_test_controller.cc +++ b/content/shell/webkit_test_controller.cc @@ -23,7 +23,6 @@ #include "content/public/browser/render_widget_host_view.h" #include "content/public/browser/web_contents.h" #include "content/public/browser/web_contents_view.h" -#include "content/public/common/content_switches.h" #include "content/shell/shell.h" #include "content/shell/shell_browser_context.h" #include "content/shell/shell_content_browser_client.h" |