From 0e5a13aa0e667d34f893cb04d7c07db2153a733a Mon Sep 17 00:00:00 2001 From: "mattm@chromium.org" Date: Wed, 1 May 2013 18:46:24 +0000 Subject: 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 --- content/public/common/content_switches.h | 1 - 1 file changed, 1 deletion(-) (limited to 'content/public/common/content_switches.h') 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[]; -- cgit v1.1