Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
This commit is contained in:
@@ -1039,7 +1039,7 @@ BasicShadowLayerManager::GetMaxTextureSize() const
|
||||
return ShadowLayerForwarder::GetMaxTextureSize();
|
||||
}
|
||||
|
||||
return PR_INT32_MAX;
|
||||
return INT32_MAX;
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user