diff options
author | dslomov@chromium.org <dslomov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-02 09:11:16 +0000 |
---|---|---|
committer | dslomov@chromium.org <dslomov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-02 09:11:16 +0000 |
commit | 1c1ef683fea483a98a819c350e82ac4dca84fa6a (patch) | |
tree | 78f20c8d8f0c32f7d37c727119984b57e85173cc /cc/test/test_web_graphics_context_3d.h | |
parent | d2c08b7abc9d737017507034095b82528e0cef65 (diff) | |
download | chromium_src-1c1ef683fea483a98a819c350e82ac4dca84fa6a.zip chromium_src-1c1ef683fea483a98a819c350e82ac4dca84fa6a.tar.gz chromium_src-1c1ef683fea483a98a819c350e82ac4dca84fa6a.tar.bz2 |
Revert 209625 "Perform glReadPixels with PBOs in the gpu, if PBO..."
Looks like it causes OutOfProcessPPAPITest.Graphics3D failure on XP.
http://build.chromium.org/p/chromium.win/builders/XP%20Tests%20%28dbg%29%282%29/builds/31095
> Perform glReadPixels with PBOs in the gpu, if PBOs are available.
> Make GL_ASYNC_PIXEL_TRANSFERS_COMPLETED_CHROMIUM wait for readpixel transfers.
> Add signalQuery to get a callback when the transfer is done.
> PLEASE NOTE: glMapBuffer does not wait for the readpixels transfer to complete anymore.
> Nobody is currently relying on that behaviour.
> Update gl_helper.cc and gl_renderer.cc to use queries.
>
> BUG=249925
>
> Review URL: https://chromiumcodereview.appspot.com/16831004
TBR=hubbe@chromium.org
Review URL: https://codereview.chromium.org/18445004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209654 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/test/test_web_graphics_context_3d.h')
-rw-r--r-- | cc/test/test_web_graphics_context_3d.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cc/test/test_web_graphics_context_3d.h b/cc/test/test_web_graphics_context_3d.h index 0652681..4855b0a 100644 --- a/cc/test/test_web_graphics_context_3d.h +++ b/cc/test/test_web_graphics_context_3d.h @@ -110,8 +110,6 @@ class TestWebGraphicsContext3D : public FakeWebGraphicsContext3D { // Takes ownership of the |callback|. virtual void signalSyncPoint(unsigned sync_point, WebGraphicsSyncPointCallback* callback); - virtual void signalQuery(WebKit::WebGLId query, - WebGraphicsSyncPointCallback* callback); virtual void setSwapBuffersCompleteCallbackCHROMIUM( WebGraphicsSwapBuffersCompleteCallbackCHROMIUM* callback); |