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

Issue 6296004: EGL contexts reference count the EGL surfaces they share.... (Closed)

Created:
9 years, 11 months ago by apatrick_chromium
Modified:
9 years, 6 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

EGL contexts reference count the EGL surfaces they share. This fixes the case where a NativeViewEGLContext and a SecondaryEGL context are backed by the same EGL surface and the native one, which previously owned the surface, is destroyed first. TEST=try BUG=66462 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71390

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -46 lines) Patch
M app/gfx/gl/gl_context_egl.h View 5 chunks +25 lines, -11 lines 0 comments Download
M app/gfx/gl/gl_context_egl.cc View 12 chunks +41 lines, -35 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
apatrick_chromium
9 years, 11 months ago (2011-01-13 21:13:46 UTC) #1
Ken Russell (switch to Gerrit)
9 years, 11 months ago (2011-01-13 21:33:16 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698