Bug 1523969 part 8 - Move method definition inline comments to new line in 'gfx/'. r=kats
Differential Revision: https://phabricator.services.mozilla.com/D21108
This commit is contained in:
@@ -298,7 +298,8 @@ void TextureChild::Destroy(const TextureDeallocParams& aParams) {
|
||||
}
|
||||
}
|
||||
|
||||
/* static */ Atomic<uint64_t> TextureClient::sSerialCounter(0);
|
||||
/* static */
|
||||
Atomic<uint64_t> TextureClient::sSerialCounter(0);
|
||||
|
||||
static void DeallocateTextureClientSyncProxy(TextureDeallocParams params,
|
||||
ReentrantMonitor* aBarrier,
|
||||
@@ -818,8 +819,9 @@ void TextureClient::CancelWaitForRecycle() {
|
||||
}
|
||||
}
|
||||
|
||||
/* static */ void TextureClient::TextureClientRecycleCallback(
|
||||
TextureClient* aClient, void* aClosure) {
|
||||
/* static */
|
||||
void TextureClient::TextureClientRecycleCallback(TextureClient* aClient,
|
||||
void* aClosure) {
|
||||
MOZ_ASSERT(aClient->GetRecycleAllocator());
|
||||
aClient->GetRecycleAllocator()->RecycleTextureClient(aClient);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user