mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Regenerate SyncObjects on device resets. (bug 1255711, r=bas) a=ritu
MozReview-Commit-ID: 4MScXGoKxii
This commit is contained in:
parent
31eb63011e
commit
b9b69810df
@ -558,7 +558,7 @@ ClientLayerManager::FlushRendering()
|
||||
void
|
||||
ClientLayerManager::UpdateTextureFactoryIdentifier(const TextureFactoryIdentifier& aNewIdentifier)
|
||||
{
|
||||
mForwarder->UpdateTextureFactoryIdentifier(aNewIdentifier);
|
||||
mForwarder->IdentifyTextureHost(aNewIdentifier);
|
||||
}
|
||||
|
||||
void
|
||||
|
@ -136,9 +136,6 @@ public:
|
||||
|
||||
void IdentifyTextureHost(const TextureFactoryIdentifier& aIdentifier);
|
||||
|
||||
void UpdateTextureFactoryIdentifier(const TextureFactoryIdentifier& aNewIdentifier) {
|
||||
mTextureFactoryIdentifier = aNewIdentifier;
|
||||
}
|
||||
virtual int32_t GetMaxTextureSize() const override
|
||||
{
|
||||
return mTextureFactoryIdentifier.mMaxTextureSize;
|
||||
|
Loading…
Reference in New Issue
Block a user