aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skpdiff/SkDiffContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/skpdiff/SkDiffContext.cpp')
-rw-r--r--tools/skpdiff/SkDiffContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/skpdiff/SkDiffContext.cpp b/tools/skpdiff/SkDiffContext.cpp
index c072c27955..c422636f6e 100644
--- a/tools/skpdiff/SkDiffContext.cpp
+++ b/tools/skpdiff/SkDiffContext.cpp
@@ -219,7 +219,7 @@ public:
fTestPath = testPath;
}
- void run() SK_OVERRIDE {
+ void run() override {
fDiffContext->addDiff(fBaselinePath.c_str(), fTestPath.c_str());
}