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

Issue 808003002: Fix compositor integration in ui/compositor (Closed)

Created:
6 years ago by jamesr
Modified:
6 years ago
Reviewers:
sky
CC:
mojo-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Base URL:
git@github.com:domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Fix compositor integration in ui/compositor Our version of ui/compositor/ did not have https://crrev.com/301512, which recent changes relied on. MojoContextProvider also did not zero-initialize its MojoGLES2Context parameter so if a MojoContextProvider instance was created and then destroyed before being bound it would try to destroy its non-NULL but invalid MojoGLES2Context parameter leading to a crash. R=sky@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/7bbe37effca2f71221721437f9b21ed41538682a

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -31 lines) Patch
M mojo/aura/surface_binding.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/aura/surface_context_factory.h View 1 chunk +2 lines, -3 lines 0 comments Download
M mojo/aura/surface_context_factory.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/cc/context_provider_mojo.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M ui/compositor/compositor.h View 4 chunks +4 lines, -8 lines 0 comments Download
M ui/compositor/compositor.cc View 3 chunks +7 lines, -14 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jamesr
6 years ago (2014-12-17 00:11:14 UTC) #1
sky
LGTM
6 years ago (2014-12-17 00:14:48 UTC) #2
jamesr
6 years ago (2014-12-17 00:20:11 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
7bbe37effca2f71221721437f9b21ed41538682a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698