commit | 9c73e3df839d82607be816c59de0773e02f90750 | [log] [tgz] |
---|---|---|
author | Brian Salomon <bsalomon@google.com> | Thu Aug 15 10:55:49 2019 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Aug 15 17:45:58 2019 +0000 |
tree | d25a880e1d5d2dd62ab2c99ead935b3a99b21ec3 | |
parent | c385da4fc0c39a2bd6fddda591194c3d47fbfee1 [diff] [blame] |
Turn off -Wreturn-std-move-in-c++11 Change-Id: I127c979670c3dc7dac2e35908a795afbdefca8f6 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/234902 Commit-Queue: Brian Salomon <bsalomon@google.com> Reviewed-by: Mike Klein <mtklein@google.com>
diff --git a/src/gpu/gl/GrGLAssembleWebGLInterfaceAutogen.cpp b/src/gpu/gl/GrGLAssembleWebGLInterfaceAutogen.cpp index 1516368..73f24c8 100644 --- a/src/gpu/gl/GrGLAssembleWebGLInterfaceAutogen.cpp +++ b/src/gpu/gl/GrGLAssembleWebGLInterfaceAutogen.cpp
@@ -231,6 +231,6 @@ interface->fStandard = kWebGL_GrGLStandard; interface->fExtensions.swap(&extensions); - return std::move(interface); + return interface; } #endif