commit | 36352bf5e38f45a70ee4f4fc132a38048d38206d | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Wed Mar 25 18:17:31 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Mar 25 18:17:32 2015 -0700 |
tree | 24f662dbc4bceca8f2e59521ab41ad2c1cf89ca6 | |
parent | 02fd592c8d190058652bb715fb34feb7a72992e5 [diff] [blame] |
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
diff --git a/tools/skpdiff/SkCLImageDiffer.h b/tools/skpdiff/SkCLImageDiffer.h index 177940d..cb9a8d6 100644 --- a/tools/skpdiff/SkCLImageDiffer.h +++ b/tools/skpdiff/SkCLImageDiffer.h
@@ -26,7 +26,7 @@ public: SkCLImageDiffer(); - bool requiresOpenCL() const SK_OVERRIDE { return true; } + bool requiresOpenCL() const override { return true; } /** * Initializes the OpenCL resources this differ needs to work