зеркало из 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
|
||||
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
|
||||
// process to render to,
|
||||
// and then sync data from mBackSurface to mSurface when it finishes.
|
||||
nsRefPtr<gfxASurface> mBackSurface;
|
||||
// for rendering with NativeID protocol, we should track backbuffer ownership
|
||||
PRPackedBool mIsBackSurfaceReadable;
|
||||
#endif
|
||||
|
||||
// the canvas element we're a context of
|
||||
|
|
Загрузка…
Ссылка в новой задаче