commit | 2a2f67592602b18527bc3fd449132d420cd5b62e | [log] [tgz] |
---|---|---|
author | Hal Canary <halcanary@google.com> | Mon Jun 11 21:44:01 2018 -0400 |
committer | Mike Klein <mtklein@google.com> | Tue Jun 12 15:03:21 2018 +0000 |
tree | 0f6078db2af3b904f08e8cc0118055bf1db621a5 | |
parent | 7c525e62d405d57ae7a7742cf607b9770a83a0ab [diff] [blame] |
SkTypes: extract SkTo Change-Id: I8de790d5013db2105ad885fa2683303d7c250b09 Reviewed-on: https://skia-review.googlesource.com/133620 Reviewed-by: Mike Klein <mtklein@google.com>
diff --git a/src/gpu/gl/GrGLCreateNullInterface.cpp b/src/gpu/gl/GrGLCreateNullInterface.cpp index 9df2265..a14fc67 100644 --- a/src/gpu/gl/GrGLCreateNullInterface.cpp +++ b/src/gpu/gl/GrGLCreateNullInterface.cpp
@@ -5,12 +5,13 @@ * found in the LICENSE file. */ - -#include "GrNonAtomicRef.h" -#include "gl/GrGLInterface.h" #include "GrGLTestInterface.h" +#include "GrNonAtomicRef.h" #include "SkMutex.h" #include "SkTDArray.h" +#include "SkTo.h" +#include "gl/GrGLInterface.h" + #include <type_traits> // added to suppress 'no previous prototype' warning and because this code is duplicated in