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

Issue 2179163003: Convert Ozone cast to directly create GLSurfaces. (Closed)

Created:
4 years, 4 months ago by kylechar
Modified:
4 years, 4 months ago
Reviewers:
halliwell
CC:
chromium-reviews, kalyank, ozone-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Convert Ozone cast to directly create GLSurfaces. The Ozone cast platform now directly creates an appropriate GLSurface instead of creating a SurfaceOzoneEGL. Remove the SurfaceOzoneEGL subclass and add a new GLSurface subclass. BUG=611142 Committed: https://crrev.com/93a53b3c9b7c6e52090f9fa08de2ef7e278114c0 Cr-Commit-Position: refs/heads/master@{#408133}

Patch Set 1 #

Patch Set 2 : Fixes. #

Total comments: 2

Patch Set 3 : Change to PBuffer. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+163 lines, -115 lines) Patch
M ui/ozone/platform/cast/BUILD.gn View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/ozone/platform/cast/cast.gypi View 2 chunks +2 lines, -2 lines 0 comments Download
A ui/ozone/platform/cast/gl_surface_cast.h View 1 1 chunk +48 lines, -0 lines 0 comments Download
A ui/ozone/platform/cast/gl_surface_cast.cc View 1 1 chunk +71 lines, -0 lines 0 comments Download
M ui/ozone/platform/cast/surface_factory_cast.h View 2 chunks +8 lines, -2 lines 0 comments Download
M ui/ozone/platform/cast/surface_factory_cast.cc View 1 2 4 chunks +32 lines, -10 lines 0 comments Download
D ui/ozone/platform/cast/surface_ozone_egl_cast.h View 1 1 chunk +0 lines, -38 lines 0 comments Download
D ui/ozone/platform/cast/surface_ozone_egl_cast.cc View 1 1 chunk +0 lines, -61 lines 0 comments Download

Messages

Total messages: 13 (7 generated)
kylechar
4 years, 4 months ago (2016-07-27 14:04:24 UTC) #4
halliwell
lgtm % a question about offscreen surface case. And as discussed, will unfortunately have to ...
4 years, 4 months ago (2016-07-27 14:34:18 UTC) #5
kylechar
Thanks! I changed the offscreen surface bit. https://codereview.chromium.org/2179163003/diff/40001/ui/ozone/platform/cast/surface_factory_cast.cc File ui/ozone/platform/cast/surface_factory_cast.cc (right): https://codereview.chromium.org/2179163003/diff/40001/ui/ozone/platform/cast/surface_factory_cast.cc#newcode197 ui/ozone/platform/cast/surface_factory_cast.cc:197: return gl::InitializeGLSurface(new ...
4 years, 4 months ago (2016-07-27 14:39:49 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2179163003/60001
4 years, 4 months ago (2016-07-27 14:40:48 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 4 months ago (2016-07-27 15:26:47 UTC) #11
commit-bot: I haz the power
4 years, 4 months ago (2016-07-27 15:29:23 UTC) #13
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/93a53b3c9b7c6e52090f9fa08de2ef7e278114c0
Cr-Commit-Position: refs/heads/master@{#408133}

Powered by Google App Engine
This is Rietveld 408576698