Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(869)

Issue 132163004: Remove WebGraphicsContext3D getter from cc::ContextProvider (Closed)

Created:
6 years, 11 months ago by jamesr
Modified:
6 years, 11 months ago
Reviewers:
danakj, piman
CC:
chromium-reviews, jbauman+watch_chromium.org, Aaron Boodman, fischman+watch_chromium.org, ben+mojo_chromium.org, viettrungluu+watch_chromium.org, jam, mcasas+watch_chromium.org, sievers+watch_chromium.org, joi+watch-content_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, kalyank, darin (slow to review), piman+watch_chromium.org, cc-bugs_chromium.org, abarth-chromium, wjia+watch_chromium.org, danakj+watch_chromium.org, no sievers
Visibility:
Public.

Description

Remove WebGraphicsContext3D getter from cc::ContextProvider The compositor uses GLES2Interface to talk to the OpenGL context now, so the WebGraphicsContext3D getter isn't applicable at this layer. BUG=181120 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245026

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Patch Set 3 : rebase, no other changes #

Patch Set 4 : rebased #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+459 lines, -571 lines) Patch
M cc/output/context_provider.h View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
M cc/output/delegating_renderer.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M cc/output/gl_renderer.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M cc/output/gl_renderer.cc View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
M cc/output/output_surface_unittest.cc View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M cc/test/layer_tree_test.h View 1 2 11 chunks +46 lines, -39 lines 0 comments Download
M cc/test/layer_tree_test.cc View 1 2 9 chunks +27 lines, -29 lines 0 comments Download
M cc/test/test_context_provider.h View 2 chunks +0 lines, -3 lines 0 comments Download
M cc/test/test_context_provider.cc View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M cc/test/test_gles2_interface.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/test_gles2_interface.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/test/test_in_process_context_provider.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/test/test_in_process_context_provider.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 1 2 3 52 chunks +159 lines, -222 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_context.cc View 1 2 24 chunks +108 lines, -147 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_delegated.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M content/browser/android/in_process/synchronous_compositor_factory_impl.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M content/common/gpu/client/context_provider_command_buffer.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M content/common/gpu/client/context_provider_command_buffer.cc View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M content/renderer/gpu/compositor_output_surface.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/android/stream_texture_factory_android.h View 2 chunks +7 lines, -4 lines 0 comments Download
M content/renderer/media/android/stream_texture_factory_android_impl.h View 1 2 chunks +15 lines, -7 lines 0 comments Download
M content/renderer/media/android/stream_texture_factory_android_impl.cc View 1 4 chunks +26 lines, -25 lines 0 comments Download
M content/renderer/media/android/stream_texture_factory_android_synchronous_impl.h View 3 chunks +7 lines, -5 lines 0 comments Download
M content/renderer/media/android/stream_texture_factory_android_synchronous_impl.cc View 1 2 chunks +18 lines, -20 lines 0 comments Download
M content/renderer/media/android/webmediaplayer_android.cc View 1 2 6 chunks +29 lines, -31 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M mojo/examples/aura_demo/demo_context_factory.cc View 1 chunk +0 lines, -1 line 0 comments Download
M mojo/examples/compositor_app/compositor_host.cc View 1 chunk +0 lines, -1 line 0 comments Download
M webkit/common/gpu/context_provider_in_process.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/common/gpu/context_provider_in_process.cc View 1 2 3 1 chunk +0 lines, -7 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
jamesr
piman - please review content/ dana - please review cc/ (mostly test changes and clang-format)S ...
6 years, 11 months ago (2014-01-09 20:57:48 UTC) #1
danakj
https://codereview.chromium.org/132163004/diff/1/cc/test/layer_tree_test.cc File cc/test/layer_tree_test.cc (right): https://codereview.chromium.org/132163004/diff/1/cc/test/layer_tree_test.cc#newcode697 cc/test/layer_tree_test.cc:697: return static_cast<TestContextProvider*>( can you DCHECK we're on the impl ...
6 years, 11 months ago (2014-01-09 21:23:34 UTC) #2
jamesr
https://codereview.chromium.org/132163004/diff/1/cc/test/layer_tree_test.cc File cc/test/layer_tree_test.cc (right): https://codereview.chromium.org/132163004/diff/1/cc/test/layer_tree_test.cc#newcode697 cc/test/layer_tree_test.cc:697: return static_cast<TestContextProvider*>( On 2014/01/09 21:23:34, danakj wrote: > can ...
6 years, 11 months ago (2014-01-10 00:12:33 UTC) #3
jamesr
Looking more closely the lost context checks on the StreamTextureFactory's context all seem bogus - ...
6 years, 11 months ago (2014-01-10 00:56:20 UTC) #4
danakj
LGTM https://codereview.chromium.org/132163004/diff/1/cc/test/layer_tree_test.cc File cc/test/layer_tree_test.cc (right): https://codereview.chromium.org/132163004/diff/1/cc/test/layer_tree_test.cc#newcode697 cc/test/layer_tree_test.cc:697: return static_cast<TestContextProvider*>( On 2014/01/10 00:12:34, jamesr wrote: > ...
6 years, 11 months ago (2014-01-13 19:36:42 UTC) #5
jamesr
piman@ - could you PTAL at the content/ changes? All of the dependencies of this ...
6 years, 11 months ago (2014-01-14 21:26:04 UTC) #6
piman
lgtm
6 years, 11 months ago (2014-01-14 22:28:45 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/132163004/380001
6 years, 11 months ago (2014-01-14 23:14:38 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/132163004/380001
6 years, 11 months ago (2014-01-15 02:18:42 UTC) #9
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) interactive_ui_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=246537
6 years, 11 months ago (2014-01-15 17:52:16 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/132163004/380001
6 years, 11 months ago (2014-01-15 18:25:56 UTC) #11
commit-bot: I haz the power
6 years, 11 months ago (2014-01-16 00:11:13 UTC) #12
Message was sent while issue was closed.
Change committed as 245026

Powered by Google App Engine
This is Rietveld 408576698