Bug 1511177 - Part 0a: Fix Javadoc comment. r=snorp

Differential Revision: https://phabricator.services.mozilla.com/D40680

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jan Henning 2019-08-10 11:46:33 +00:00
parent d42c7d5883
commit 0b70544171

View File

@ -369,7 +369,7 @@ public final class GeckoRuntimeSettings extends RuntimeSettings {
* Sets the WebGL MSAA level.
*
* @param level number of MSAA samples, 0 if MSAA should be disabled.
* @return This GeckoRuntimeSettings instance.
* @return This Builder instance.
*/
public @NonNull Builder glMsaaLevel(final int level) {
getSettings().mGlMsaaLevel.set(level);