commit | 5a0edc62841d973b98927852b31bc7b39f1ed330 | [log] [tgz] |
---|---|---|
author | Sam McNally <sammc@chromium.org> | Tue Jun 30 12:36:07 2015 +1000 |
committer | Geoff Lang <geofflang@chromium.org> | Tue Jun 30 13:15:05 2015 +0000 |
tree | f95d8268c5729301888674c0d2bd80bb7a0e4ca6 | |
parent | fdee4112effd67406941503a7349185395523c7d [diff] [blame] |
Change intializer list order to match field order. BUG=505304 Change-Id: I38149e72732f0b4eb7d398f90b5d11660e2a7fbc Reviewed-on: https://chromium-review.googlesource.com/282465 Reviewed-by: Geoff Lang <geofflang@chromium.org> Tested-by: Geoff Lang <geofflang@chromium.org>
diff --git a/src/compiler/translator/OutputHLSL.cpp b/src/compiler/translator/OutputHLSL.cpp index c17894f..dfee1d9 100644 --- a/src/compiler/translator/OutputHLSL.cpp +++ b/src/compiler/translator/OutputHLSL.cpp
@@ -115,8 +115,8 @@ mExtensionBehavior(extensionBehavior), mSourcePath(sourcePath), mOutputType(outputType), - mNumRenderTargets(numRenderTargets), mCompileOptions(compileOptions), + mNumRenderTargets(numRenderTargets), mCurrentFunctionMetadata(nullptr) { mInsideFunction = false;