зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1286459 - Hotfix. CLOSED TREE
MozReview-Commit-ID: 8VrGes96FLs
This commit is contained in:
Родитель
bd589e4b43
Коммит
1a452594b3
|
@ -13,8 +13,8 @@
|
||||||
namespace mozilla {
|
namespace mozilla {
|
||||||
|
|
||||||
WebGLContextUnchecked::WebGLContextUnchecked(gl::GLContext* _gl)
|
WebGLContextUnchecked::WebGLContextUnchecked(gl::GLContext* _gl)
|
||||||
: mGL_NeverTouchDirectly(_gl)
|
: mGL_OnlyClearInDestroyResourcesAndContext(_gl)
|
||||||
, gl(mGL_NeverTouchDirectly) // const reference
|
, gl(mGL_OnlyClearInDestroyResourcesAndContext) // const reference
|
||||||
{ }
|
{ }
|
||||||
|
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче