Bug 575651 - "[e10s] packing order in nsCanvasRenderingContext2D" r=doug.turner a=blassey

--HG--
extra : rebase_source : 5c90926e6796a302b13674ffed46814e825f5fed
This commit is contained in:
Jae-Seong Lee-Russo 2010-07-23 14:10:00 -04:00
Родитель 9cf60c78d3
Коммит b9208ac3b8
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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