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

Issue 11439026: Revert 171403 (Closed)

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

Description

Revert 171403 cc_unittests is failing. Looks like something conflicted with this. > 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 in correctly. Cleaning this up so I can think about the > code properly as I upstream the Ubercomp CL. > > NOTRY=true > R=jamesr,piman > BUG=146080 > > > Review URL: https://chromiumcodereview.appspot.com/11450019 TBR=danakj@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=171406

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+388 lines, -456 lines) Patch
M cc/DEPS View 1 chunk +1 line, -4 lines 0 comments Download
M cc/cc.gyp View 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 +7 lines, -3 lines 0 comments Download
M cc/gl_renderer.h View 1 chunk +0 lines, -2 lines 0 comments Download
M cc/gl_renderer.cc View 2 chunks +4 lines, -1 line 0 comments Download
M cc/gl_renderer_unittest.cc View 9 chunks +10 lines, -10 lines 0 comments Download
A + cc/graphics_context.h View 0 chunks +-1 lines, --1 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 chunk +3 lines, -3 lines 0 comments Download
M cc/layer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layer_tree_host.h View 5 chunks +7 lines, -6 lines 0 comments Download
M cc/layer_tree_host.cc View 11 chunks +24 lines, -21 lines 0 comments 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 4 chunks +18 lines, -18 lines 0 comments Download
M cc/layer_tree_host_impl_unittest.cc View 34 chunks +84 lines, -84 lines 0 comments Download
M cc/layer_tree_host_unittest.cc View 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
D cc/output_surface.h View 1 chunk +0 lines, -21 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 chunk +1 line, -0 lines 0 comments Download
M cc/software_renderer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + cc/test/fake_graphics_context.h View 0 chunks +-1 lines, --1 lines 0 comments Download
D cc/test/fake_output_surface.h View 1 chunk +0 lines, -22 lines 0 comments Download
M cc/test/fake_proxy.h View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/test/fake_proxy.cc View 2 chunks +2 lines, -2 lines 0 comments Download
D cc/test/fake_web_graphics_context_3d_unittest.cc View 1 chunk +0 lines, -31 lines 0 comments Download
M cc/texture_layer.cc View 1 chunk +1 line, -2 lines 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 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 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
danakj
8 years ago (2012-12-06 05:25:52 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698