зеркало из https://github.com/mozilla/gecko-dev.git
Bug 575651 - "[e10s] packing order in nsCanvasRenderingContext2D" r=doug.turner a=blassey
--HG-- extra : rebase_source : 5c90926e6796a302b13674ffed46814e825f5fed
This commit is contained in:
Родитель
9cf60c78d3
Коммит
b9208ac3b8
|
@ -516,12 +516,12 @@ protected:
|
||||||
#ifdef MOZ_IPC
|
#ifdef MOZ_IPC
|
||||||
PRPackedBool mIPC;
|
PRPackedBool mIPC;
|
||||||
|
|
||||||
|
// for rendering with NativeID protocol, we should track backbuffer ownership
|
||||||
|
PRPackedBool mIsBackSurfaceReadable;
|
||||||
// We always have a front buffer. We hand the mBackSurface to the other
|
// We always have a front buffer. We hand the mBackSurface to the other
|
||||||
// process to render to,
|
// process to render to,
|
||||||
// and then sync data from mBackSurface to mSurface when it finishes.
|
// and then sync data from mBackSurface to mSurface when it finishes.
|
||||||
nsRefPtr<gfxASurface> mBackSurface;
|
nsRefPtr<gfxASurface> mBackSurface;
|
||||||
// for rendering with NativeID protocol, we should track backbuffer ownership
|
|
||||||
PRPackedBool mIsBackSurfaceReadable;
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// the canvas element we're a context of
|
// the canvas element we're a context of
|
||||||
|
|
Загрузка…
Ссылка в новой задаче