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:
@@ -154,8 +154,8 @@ void ShaderConfigOGL::SetDynamicGeometry(bool aEnabled) {
|
||||
SetFeature(ENABLE_DYNAMIC_GEOMETRY, aEnabled);
|
||||
}
|
||||
|
||||
/* static */ ProgramProfileOGL ProgramProfileOGL::GetProfileFor(
|
||||
ShaderConfigOGL aConfig) {
|
||||
/* static */
|
||||
ProgramProfileOGL ProgramProfileOGL::GetProfileFor(ShaderConfigOGL aConfig) {
|
||||
ProgramProfileOGL result;
|
||||
ostringstream fs, vs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user