From 36352bf5e38f45a70ee4f4fc132a38048d38206d Mon Sep 17 00:00:00 2001 From: mtklein Date: Wed, 25 Mar 2015 18:17:31 -0700 Subject: C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} NOPRESUBMIT=true BUG=skia: DOCS_PREVIEW= https://skia.org/?cl=1037793002 Review URL: https://codereview.chromium.org/1037793002 --- tests/CanvasStateTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/CanvasStateTest.cpp') diff --git a/tests/CanvasStateTest.cpp b/tests/CanvasStateTest.cpp index 8f77fb4d49..f4db1a53d7 100644 --- a/tests/CanvasStateTest.cpp +++ b/tests/CanvasStateTest.cpp @@ -254,7 +254,7 @@ DEF_TEST(CanvasState_test_complex_clips, reporter) { class TestDrawFilter : public SkDrawFilter { public: - bool filter(SkPaint*, Type) SK_OVERRIDE { return true; } + bool filter(SkPaint*, Type) override { return true; } }; DEF_TEST(CanvasState_test_draw_filters, reporter) { -- cgit v1.2.3