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

Issue 12912006: Part 4 of cc/ directory shuffles: output (Closed)

Created:
7 years, 9 months ago by jamesr
Modified:
7 years, 9 months ago
Reviewers:
jschuh, piman
CC:
chromium-reviews, yusukes+watch_chromium.org, jonathan.backer, Ian Vollick, jam, penghuang+watch_chromium.org, apatrick_chromium, joi+watch-content_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, piman+watch_chromium.org, cc-bugs_chromium.org, James Su
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+260 lines, -9083 lines) Patch
M cc/cc.gyp View 9 chunks +40 lines, -40 lines 0 comments Download
M cc/cc_tests.gyp View 3 chunks +6 lines, -6 lines 0 comments Download
D cc/compositor_frame.h View 1 chunk +0 lines, -32 lines 0 comments Download
D cc/compositor_frame.cc View 1 chunk +0 lines, -20 lines 0 comments Download
D cc/compositor_frame_ack.h View 1 chunk +0 lines, -28 lines 0 comments Download
D cc/compositor_frame_ack.cc View 1 chunk +0 lines, -15 lines 0 comments Download
D cc/compositor_frame_metadata.h View 1 chunk +0 lines, -43 lines 0 comments Download
D cc/compositor_frame_metadata.cc View 1 chunk +0 lines, -19 lines 0 comments Download
D cc/context_provider.h View 1 chunk +0 lines, -42 lines 0 comments Download
D cc/delegated_frame_data.h View 1 chunk +0 lines, -27 lines 0 comments Download
D cc/delegated_frame_data.cc View 1 chunk +0 lines, -13 lines 0 comments Download
M cc/delegated_renderer_layer.cc 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
D cc/delegating_renderer.h View 1 chunk +0 lines, -69 lines 0 comments Download
D cc/delegating_renderer.cc View 1 chunk +0 lines, -199 lines 0 comments Download
D cc/delegating_renderer_unittest.cc View 1 chunk +0 lines, -136 lines 0 comments Download
D cc/direct_renderer.h View 1 chunk +0 lines, -124 lines 0 comments Download
D cc/direct_renderer.cc View 1 chunk +0 lines, -345 lines 0 comments Download
D cc/geometry_binding.h View 1 chunk +0 lines, -38 lines 0 comments Download
D cc/geometry_binding.cc View 1 chunk +0 lines, -110 lines 0 comments Download
D cc/gl_frame_data.h View 1 chunk +0 lines, -29 lines 0 comments Download
D cc/gl_frame_data.cc View 1 chunk +0 lines, -15 lines 0 comments Download
D cc/gl_renderer.h View 1 chunk +0 lines, -340 lines 0 comments Download
D cc/gl_renderer.cc View 1 chunk +0 lines, -2232 lines 0 comments Download
D cc/gl_renderer_draw_cache.h View 1 chunk +0 lines, -49 lines 0 comments Download
D cc/gl_renderer_draw_cache.cc View 1 chunk +0 lines, -14 lines 0 comments Download
D cc/gl_renderer_pixeltest.cc View 1 chunk +0 lines, -325 lines 0 comments Download
D cc/gl_renderer_unittest.cc View 1 chunk +0 lines, -878 lines 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.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layer_tree_host.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/layer_tree_host_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layer_tree_host_impl.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M cc/layer_tree_host_impl_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layer_tree_host_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layer_tree_host_unittest_delegated.cc View 1 chunk +1 line, -1 line 0 comments Download
A + cc/output/compositor_frame.h View 2 chunks +7 lines, -7 lines 0 comments Download
A + cc/output/compositor_frame.cc View 1 chunk +1 line, -1 line 0 comments Download
A + cc/output/compositor_frame_ack.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + cc/output/compositor_frame_ack.cc View 1 chunk +1 line, -1 line 0 comments Download
A + cc/output/compositor_frame_metadata.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/output/compositor_frame_metadata.cc View 1 chunk +1 line, -1 line 0 comments Download
A + cc/output/context_provider.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/output/delegated_frame_data.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/output/delegated_frame_data.cc View 1 chunk +1 line, -1 line 0 comments Download
A + cc/output/delegating_renderer.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + cc/output/delegating_renderer.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/output/delegating_renderer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + cc/output/direct_renderer.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + cc/output/direct_renderer.cc View 1 chunk +1 line, -1 line 0 comments Download
A + cc/output/geometry_binding.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/output/geometry_binding.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + cc/output/gl_frame_data.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/output/gl_frame_data.cc View 1 chunk +1 line, -1 line 0 comments Download
A + cc/output/gl_renderer.h View 2 chunks +6 lines, -6 lines 0 comments Download
A + cc/output/gl_renderer.cc View 2 chunks +8 lines, -8 lines 0 comments Download
A + cc/output/gl_renderer_draw_cache.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/output/gl_renderer_draw_cache.cc View 1 chunk +1 line, -1 line 0 comments Download
A + cc/output/gl_renderer_pixeltest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + cc/output/gl_renderer_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + cc/output/output_surface.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + cc/output/output_surface.cc View 1 chunk +1 line, -1 line 0 comments Download
A + cc/output/output_surface_client.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/output/program_binding.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/output/program_binding.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + cc/output/render_surface_filters.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/output/render_surface_filters.cc View 1 chunk +1 line, -1 line 0 comments Download
A + cc/output/render_surface_filters_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + cc/output/renderer.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/output/renderer.cc View 1 chunk +1 line, -1 line 0 comments Download
A + cc/output/shader.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + cc/output/shader.cc View 1 chunk +1 line, -1 line 0 comments Download
A + cc/output/software_frame_data.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/output/software_frame_data.cc View 1 chunk +1 line, -1 line 0 comments Download
A + cc/output/software_output_device.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/output/software_output_device.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + cc/output/software_renderer.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + cc/output/software_renderer.cc View 1 chunk +6 lines, -6 lines 0 comments Download
A + cc/output/software_renderer_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + cc/output/texture_copier.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + cc/output/texture_copier.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + cc/output/texture_copier_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
D cc/output_surface.h View 1 chunk +0 lines, -107 lines 0 comments Download
D cc/output_surface.cc View 1 chunk +0 lines, -111 lines 0 comments Download
D cc/output_surface_client.h View 1 chunk +0 lines, -27 lines 0 comments Download
D cc/program_binding.h View 1 chunk +0 lines, -90 lines 0 comments Download
D cc/program_binding.cc View 1 chunk +0 lines, -145 lines 0 comments Download
D cc/render_surface_filters.h View 1 chunk +0 lines, -38 lines 0 comments Download
D cc/render_surface_filters.cc View 1 chunk +0 lines, -461 lines 0 comments Download
D cc/render_surface_filters_unittest.cc View 1 chunk +0 lines, -146 lines 0 comments Download
D cc/renderer.h View 1 chunk +0 lines, -90 lines 0 comments Download
D cc/renderer.cc View 1 chunk +0 lines, -17 lines 0 comments Download
M cc/resource_pool.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/resource_provider.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/resource_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resource_provider_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resource_update_controller.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resource_update_queue.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/scoped_resource_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
D cc/shader.h View 1 chunk +0 lines, -366 lines 0 comments Download
D cc/shader.cc View 1 chunk +0 lines, -938 lines 0 comments Download
M cc/single_thread_proxy.cc View 1 chunk +2 lines, -2 lines 0 comments Download
D cc/software_frame_data.h View 1 chunk +0 lines, -27 lines 0 comments Download
D cc/software_frame_data.cc View 1 chunk +0 lines, -15 lines 0 comments Download
D cc/software_output_device.h View 1 chunk +0 lines, -56 lines 0 comments Download
D cc/software_output_device.cc View 1 chunk +0 lines, -61 lines 0 comments Download
D cc/software_renderer.h View 1 chunk +0 lines, -104 lines 0 comments Download
D cc/software_renderer.cc View 1 chunk +0 lines, -418 lines 0 comments Download
D cc/software_renderer_unittest.cc View 1 chunk +0 lines, -207 lines 0 comments Download
M cc/test/fake_context_provider.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_delegated_renderer_layer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_layer_tree_host_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_output_surface.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/test/pixel_test.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/test/tiled_layer_test_common.h View 1 chunk +1 line, -1 line 0 comments Download
D cc/texture_copier.h View 1 chunk +0 lines, -69 lines 0 comments Download
D cc/texture_copier.cc View 1 chunk +0 lines, -115 lines 0 comments Download
D cc/texture_copier_unittest.cc View 1 chunk +0 lines, -73 lines 0 comments Download
M cc/texture_layer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/thread_proxy.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/video_layer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/compositor_impl_android.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/image_transport_factory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/software_output_device_win.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/software_output_device_x11.h View 1 chunk +1 line, -1 line 0 comments Download
M content/common/cc_messages.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/common/cc_messages.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/common/cc_messages_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu/client/context_provider_command_buffer.h View 1 chunk +1 line, -1 line 0 comments Download
M content/common/view_messages.h View 3 chunks +3 lines, -3 lines 1 comment Download
M content/port/browser/render_widget_host_view_port.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/browser_plugin/browser_plugin_compositing_helper.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/gpu/compositor_output_surface.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/gpu/compositor_output_surface.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/renderer/gpu/compositor_software_output_device_gl_adapter.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/gpu/mailbox_output_surface.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/renderer/render_widget.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/compositor.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/compositor/layer.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/layer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/compositor_bindings/web_compositor_support_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/gpu/context_provider_in_process.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/gpu/test_context_provider_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/support/test_webkit_platform_support.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
jamesr
tbr piman@chromium for cc/, content/, ui/compositor tbr jschuh for content/common/cc_messages.h (just updating an #include, no ...
7 years, 9 months ago (2013-03-18 07:23:50 UTC) #1
jamesr
Committed patchset #1 manually as r188689 (presubmit successful).
7 years, 9 months ago (2013-03-18 07:24:37 UTC) #2
piman
7 years, 9 months ago (2013-03-18 16:24:32 UTC) #3
Message was sent while issue was closed.
lgtm

https://codereview.chromium.org/12912006/diff/1/content/common/view_messages.h
File content/common/view_messages.h (right):

https://codereview.chromium.org/12912006/diff/1/content/common/view_messages....
content/common/view_messages.h:47: #include
"third_party/skia/include/core/SkBitmap.h"
Ah... locale-dependent sorting...

Powered by Google App Engine
This is Rietveld 408576698