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

Issue 11450019: Finish the rename from cc::GraphicsContext to cc::OutputSurface (Closed)

Created:
8 years ago by danakj
Modified:
8 years ago
Reviewers:
jamesr, piman
CC:
chromium-reviews, feature-media-reviews_chromium.org, cc-bugs_chromium.org, backer
Visibility:
Public.

Description

cc: Finish the rename from cc::GraphicsContext to cc::OutputSurface It is far too confusing to deal with OutputSurface code when half the time it is called a GraphicsContext incorrectly. Cleaning this up so I can think about the code properly as I upstream the Ubercomp CL. R=jamesr,piman BUG=146080 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=171403 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=171410

Patch Set 1 #

Total comments: 4

Patch Set 2 : todos #

Patch Set 3 : WebKitBindings #

Patch Set 4 : rebase #

Patch Set 5 : rebase #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+428 lines, -431 lines) Patch
M cc/DEPS View 1 1 chunk +4 lines, -1 line 0 comments Download
M cc/cc.gyp View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M cc/cc_tests.gyp View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/delegated_renderer_layer_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/delegated_renderer_layer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/delegated_renderer_layer_impl_unittest.cc View 3 chunks +3 lines, -7 lines 0 comments Download
M cc/gl_renderer.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/gl_renderer.cc View 1 2 3 2 chunks +1 line, -4 lines 0 comments Download
M cc/gl_renderer_unittest.cc View 9 chunks +10 lines, -10 lines 0 comments Download
D cc/graphics_context.h View 1 chunk +0 lines, -18 lines 0 comments Download
M cc/heads_up_display_layer_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/heads_up_display_layer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/io_surface_layer_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/io_surface_layer_impl.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M cc/layer_impl.h View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M cc/layer_impl.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/layer_tree_host.h View 1 2 3 5 chunks +6 lines, -7 lines 0 comments Download
M cc/layer_tree_host.cc View 1 2 3 11 chunks +21 lines, -24 lines 1 comment Download
M cc/layer_tree_host_impl.h View 5 chunks +6 lines, -6 lines 0 comments Download
M cc/layer_tree_host_impl.cc View 1 2 3 4 chunks +18 lines, -18 lines 0 comments Download
M cc/layer_tree_host_impl_unittest.cc View 1 2 3 34 chunks +84 lines, -84 lines 0 comments Download
M cc/layer_tree_host_unittest.cc View 1 2 3 10 chunks +10 lines, -10 lines 0 comments Download
M cc/nine_patch_layer_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/nine_patch_layer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/nine_patch_layer_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
A cc/output_surface.h View 1 chunk +21 lines, -0 lines 0 comments Download
M cc/prioritized_resource_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M cc/proxy.h View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/renderer.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/resource_provider.h View 4 chunks +4 lines, -4 lines 0 comments Download
M cc/resource_provider.cc View 22 chunks +24 lines, -24 lines 0 comments Download
M cc/resource_provider_unittest.cc View 7 chunks +12 lines, -12 lines 0 comments Download
M cc/resource_update_controller_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/scheduler.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/scheduler.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M cc/scheduler_state_machine.h View 4 chunks +8 lines, -8 lines 0 comments Download
M cc/scheduler_state_machine.cc View 8 chunks +19 lines, -19 lines 0 comments Download
M cc/scheduler_state_machine_unittest.cc View 10 chunks +15 lines, -15 lines 0 comments Download
M cc/scoped_resource_unittest.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M cc/scrollbar_layer_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/scrollbar_layer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/single_thread_proxy.h View 3 chunks +6 lines, -6 lines 0 comments Download
M cc/single_thread_proxy.cc View 9 chunks +20 lines, -20 lines 0 comments Download
M cc/software_renderer.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M cc/software_renderer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
D cc/test/fake_graphics_context.h View 1 chunk +0 lines, -22 lines 0 comments Download
A cc/test/fake_output_surface.h View 1 chunk +22 lines, -0 lines 0 comments Download
M cc/test/fake_proxy.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M cc/test/fake_proxy.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
A + cc/test/fake_web_graphics_context_3d_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/texture_layer.cc View 1 chunk +2 lines, -1 line 0 comments Download
M cc/texture_layer_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/texture_layer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/thread_proxy.h View 6 chunks +9 lines, -9 lines 0 comments Download
M cc/thread_proxy.cc View 8 chunks +33 lines, -33 lines 0 comments Download
M cc/tiled_layer_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/tiled_layer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/tiled_layer_unittest.cc View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M cc/video_layer_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/video_layer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/compositor_bindings/web_layer_tree_view_impl.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
danakj
8 years ago (2012-12-06 00:03:16 UTC) #1
jamesr
lgtm https://codereview.chromium.org/11450019/diff/1/cc/DEPS File cc/DEPS (right): https://codereview.chromium.org/11450019/diff/1/cc/DEPS#newcode7 cc/DEPS:7: "+third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h", put these at the end of the ...
8 years ago (2012-12-06 00:17:35 UTC) #2
danakj
https://codereview.chromium.org/11450019/diff/1/cc/DEPS File cc/DEPS (right): https://codereview.chromium.org/11450019/diff/1/cc/DEPS#newcode7 cc/DEPS:7: "+third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h", On 2012/12/06 00:17:35, jamesr wrote: > put these ...
8 years ago (2012-12-06 01:02:55 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/11450019/4002
8 years ago (2012-12-06 04:01:14 UTC) #4
commit-bot: I haz the power
Failed to apply patch for cc/layer_tree_host.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
8 years ago (2012-12-06 04:01:33 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/11450019/10001
8 years ago (2012-12-06 04:29:34 UTC) #6
commit-bot: I haz the power
Change committed as 171403
8 years ago (2012-12-06 04:37:21 UTC) #7
danakj
8 years ago (2012-12-06 06:12:27 UTC) #8
https://codereview.chromium.org/11450019/diff/3063/cc/layer_tree_host.cc
File cc/layer_tree_host.cc (left):

https://codereview.chromium.org/11450019/diff/3063/cc/layer_tree_host.cc#oldc...
cc/layer_tree_host.cc:151: , usingPartialSwap(false)
oh that's not good.

Powered by Google App Engine
This is Rietveld 408576698