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

Issue 301973010: Remove IOSurfaceSupport (Closed)

Created:
6 years, 6 months ago by ccameron
Modified:
6 years, 6 months ago
CC:
chromium-reviews, creis+watch_chromium.org, yusukes+watch_chromium.org, yukishiino+watch_chromium.org, nasko+codewatch_chromium.org, jam, penghuang+watch_chromium.org, sievers+watch_chromium.org, jbauman+watch_chromium.org, nona+watch_chromium.org, darin-cc_chromium.org, kalyank, piman+watch_chromium.org, danakj+watch_chromium.org, James Su, miu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Remove IOSurfaceSupport Link against IOSurface.framework instead -- this is an option starting in 10.6. BUG=314190 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274746

Patch Set 1 #

Patch Set 2 : Clean up include orders #

Patch Set 3 : Fix build #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -658 lines) Patch
M chrome/test/gpu/gpu_feature_browsertest.cc View 3 chunks +0 lines, -12 lines 0 comments Download
M content/browser/renderer_host/compositing_iosurface_mac.h View 6 chunks +3 lines, -7 lines 0 comments Download
M content/browser/renderer_host/compositing_iosurface_mac.mm View 7 chunks +7 lines, -18 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.h View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 2 chunks +32 lines, -39 lines 0 comments Download
M content/browser/renderer_host/render_widget_helper_mac.mm View 1 3 chunks +8 lines, -5 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_browsertest.cc View 1 2 3 2 chunks +0 lines, -8 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.mm View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M content/common/gpu/client/gpu_memory_buffer_impl_io_surface.h View 2 chunks +3 lines, -4 lines 0 comments Download
M content/common/gpu/client/gpu_memory_buffer_impl_io_surface.cc View 3 chunks +7 lines, -11 lines 0 comments Download
M content/common/gpu/image_transport_surface_mac.cc View 1 5 chunks +11 lines, -16 lines 0 comments Download
M content/common/sandbox_mac.mm View 2 chunks +1 line, -6 lines 0 comments Download
M content/content_common.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/plugin/webplugin_accelerated_surface_proxy_mac.cc View 2 chunks +0 lines, -5 lines 0 comments Download
M gpu/command_buffer/service/feature_info.cc View 1 2 3 2 chunks +1 line, -7 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 3 6 chunks +7 lines, -13 lines 0 comments Download
M ui/gl/BUILD.gn View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M ui/gl/gl.gyp View 2 chunks +1 line, -2 lines 0 comments Download
M ui/gl/gl_image_io_surface.h View 2 chunks +3 lines, -4 lines 0 comments Download
M ui/gl/gl_image_io_surface.cc View 1 2 chunks +14 lines, -15 lines 0 comments Download
D ui/gl/io_surface_support_mac.h View 1 chunk +0 lines, -83 lines 0 comments Download
D ui/gl/io_surface_support_mac.cc View 1 chunk +0 lines, -379 lines 0 comments Download
M ui/surface/accelerated_surface_mac.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M ui/surface/accelerated_surface_mac.cc View 1 4 chunks +10 lines, -18 lines 0 comments Download
M ui/surface/surface.gyp View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
ccameron
I needed to pull an instance of IOSurfaceSupport into the IO thread in order to ...
6 years, 6 months ago (2014-05-30 20:26:35 UTC) #1
ccameron
On 2014/05/30 20:26:35, ccameron1 wrote: > I needed to pull an instance of IOSurfaceSupport into ...
6 years, 6 months ago (2014-05-30 22:57:52 UTC) #2
ccameron
On 2014/05/30 20:26:35, ccameron1 wrote: > I needed to pull an instance of IOSurfaceSupport into ...
6 years, 6 months ago (2014-05-30 22:57:53 UTC) #3
ccameron
On 2014/05/30 22:57:53, ccameron1 wrote: > On 2014/05/30 20:26:35, ccameron1 wrote: > > I needed ...
6 years, 6 months ago (2014-05-30 23:08:42 UTC) #4
Ken Russell (switch to Gerrit)
Nice cleanup. LGTM
6 years, 6 months ago (2014-05-30 23:21:13 UTC) #5
ccameron
Thanks! ben@, can you do an OWNER stamp for the remaining directories?
6 years, 6 months ago (2014-06-02 17:35:01 UTC) #6
Ben Goodger (Google)
fewer platform ifdefs -> lgtm
6 years, 6 months ago (2014-06-03 06:25:12 UTC) #7
ccameron
Thanks!
6 years, 6 months ago (2014-06-03 07:30:54 UTC) #8
ccameron
The CQ bit was checked by ccameron@chromium.org
6 years, 6 months ago (2014-06-03 07:30:59 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ccameron@chromium.org/301973010/40001
6 years, 6 months ago (2014-06-03 07:31:47 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 6 months ago (2014-06-03 08:05:57 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-03 08:09:28 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/71258)
6 years, 6 months ago (2014-06-03 08:09:29 UTC) #13
ccameron
The CQ bit was checked by ccameron@chromium.org
6 years, 6 months ago (2014-06-03 21:08:19 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ccameron@chromium.org/301973010/60001
6 years, 6 months ago (2014-06-03 21:10:24 UTC) #15
ccameron
The CQ bit was checked by ccameron@chromium.org
6 years, 6 months ago (2014-06-04 00:24:00 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ccameron@chromium.org/301973010/60001
6 years, 6 months ago (2014-06-04 00:25:25 UTC) #17
commit-bot: I haz the power
6 years, 6 months ago (2014-06-04 09:25:56 UTC) #18
Message was sent while issue was closed.
Change committed as 274746

Powered by Google App Engine
This is Rietveld 408576698