aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpu/GrTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gpu/GrTest.cpp')
-rw-r--r--tools/gpu/GrTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gpu/GrTest.cpp b/tools/gpu/GrTest.cpp
index 8a64ebcbf2..b99cf06d60 100644
--- a/tools/gpu/GrTest.cpp
+++ b/tools/gpu/GrTest.cpp
@@ -299,7 +299,7 @@ public:
bool onCopySurface(GrSurface* dst,
GrSurface* src,
const SkIRect& srcRect,
- const SkIPoint& dstPoint) override { return false; };
+ const SkIPoint& dstPoint) override { return false; }
void onGetMultisampleSpecs(GrRenderTarget* rt, const GrStencilSettings&,
int* effectiveSampleCnt, SamplePattern*) override {
@@ -316,7 +316,7 @@ public:
return nullptr;
}
- void drawDebugWireRect(GrRenderTarget*, const SkIRect&, GrColor) override {};
+ void drawDebugWireRect(GrRenderTarget*, const SkIRect&, GrColor) override {}
private:
void onResetContext(uint32_t resetBits) override {}