aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gpu/gl/null/NullGLTestContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gpu/gl/null/NullGLTestContext.cpp')
-rw-r--r--tools/gpu/gl/null/NullGLTestContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpu/gl/null/NullGLTestContext.cpp b/tools/gpu/gl/null/NullGLTestContext.cpp
index 56236a45a6..dcb6231bcb 100644
--- a/tools/gpu/gl/null/NullGLTestContext.cpp
+++ b/tools/gpu/gl/null/NullGLTestContext.cpp
@@ -21,7 +21,7 @@ public:
~NullGLContext() override { this->teardown(); }
private:
- void onPlatformMakeCurrent() const override {};
+ void onPlatformMakeCurrent() const override {}
void onPlatformSwapBuffers() const override {}
GrGLFuncPtr onPlatformGetProcAddress(const char*) const override { return nullptr; }
};