mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
Bug 1075136 - backout the commit
This commit is contained in:
parent
16bcafb690
commit
9316615ce2
@ -512,7 +512,7 @@ TileClient::TileClient(const TileClient& o)
|
||||
mFrontBufferOnWhite = o.mFrontBufferOnWhite;
|
||||
mBackLock = o.mBackLock;
|
||||
mFrontLock = o.mFrontLock;
|
||||
mCompositableClient = o.mCompositableClient;
|
||||
mCompositableClient = nullptr;
|
||||
#ifdef GFX_TILEDLAYER_DEBUG_OVERLAY
|
||||
mLastUpdate = o.mLastUpdate;
|
||||
#endif
|
||||
@ -531,7 +531,7 @@ TileClient::operator=(const TileClient& o)
|
||||
mFrontBufferOnWhite = o.mFrontBufferOnWhite;
|
||||
mBackLock = o.mBackLock;
|
||||
mFrontLock = o.mFrontLock;
|
||||
mCompositableClient = o.mCompositableClient;
|
||||
mCompositableClient = nullptr;
|
||||
#ifdef GFX_TILEDLAYER_DEBUG_OVERLAY
|
||||
mLastUpdate = o.mLastUpdate;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user