diff options
author | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-01 18:46:24 +0000 |
---|---|---|
committer | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-01 18:46:24 +0000 |
commit | 0e5a13aa0e667d34f893cb04d7c07db2153a733a (patch) | |
tree | 0eea9cc6a82f15c49e57e189c70bd212db2bc75b /content/public/common/content_switches.h | |
parent | 4b55db2dff8dde8d0208dcd7eb4228d4743e948e (diff) | |
download | chromium_src-0e5a13aa0e667d34f893cb04d7c07db2153a733a.zip chromium_src-0e5a13aa0e667d34f893cb04d7c07db2153a733a.tar.gz chromium_src-0e5a13aa0e667d34f893cb04d7c07db2153a733a.tar.bz2 |
Revert 197660 "Introduce SynchronousCompositor + Client" which has incorrect gyp paths.
> Introduce SynchronousCompositor + Client
>
> Makes a direct API from aw/browser into the content/renderer
> compositor (for use in single process only).
> Plumb through the webview SW draw path as first step to removing
> the synchronous IPC path.
>
> BUG=230226
> NOTRY=true
>
> Review URL: https://chromiumcodereview.appspot.com/14445008
TBR=joth@chromium.org
Review URL: https://codereview.chromium.org/14598003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197676 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/public/common/content_switches.h')
-rw-r--r-- | content/public/common/content_switches.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h index fd750b7..4692f9e 100644 --- a/content/public/common/content_switches.h +++ b/content/public/common/content_switches.h @@ -130,7 +130,6 @@ CONTENT_EXPORT extern const char kEnableSoftwareCompositingGLAdapter[]; CONTENT_EXPORT extern const char kEnableSmoothScrolling[]; CONTENT_EXPORT extern const char kEnableStatsTable[]; extern const char kEnableStrictSiteIsolation[]; -extern const char kEnableSynchronousRendererCompositor[]; CONTENT_EXPORT extern const char kEnableThreadedCompositing[]; CONTENT_EXPORT extern const char kDisableThreadedCompositing[]; extern const char kEnableVirtualGLContexts[]; |