diff options
-rw-r--r-- | src/utils/SkEGLContext_none.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/SkEGLContext_none.cpp b/src/utils/SkEGLContext_none.cpp index 1c55c95e36..cb08f400ee 100644 --- a/src/utils/SkEGLContext_none.cpp +++ b/src/utils/SkEGLContext_none.cpp @@ -1,6 +1,6 @@ #include "SkEGLContext.h" -SkEGLContext::SkEGLContext() : fContext(NULL) { +SkEGLContext::SkEGLContext() { } SkEGLContext::~SkEGLContext() { |