Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(655)

Unified Diff: tests/skia_test.cpp

Issue 2394943002: fix mac all build (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/skia_test.cpp
diff --git a/tests/skia_test.cpp b/tests/skia_test.cpp
index a1c3c237810fc8f42e1f45189201ceaadb0f8dc2..2b11e3ab50f37d51af3390577add64042c40381c 100644
--- a/tests/skia_test.cpp
+++ b/tests/skia_test.cpp
@@ -96,7 +96,7 @@ public:
SkDebugf("\nFAILED: %s", failure.toString().c_str());
fError = true;
}
- void* stats() { return fStats; }
+ void* stats() const override { return fStats; }
void* fStats;
bool fError;
int fTestCount;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698