summaryrefslogtreecommitdiffstats
path: root/cc/debug/rasterize_and_record_benchmark_impl.h
diff options
context:
space:
mode:
authormostynb <mostynb@opera.com>2014-10-06 11:07:37 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-06 18:07:51 +0000
commitf68776d8c52601899d957c7ac222693fd51405d2 (patch)
treee769b135b24375bf55447c1c4638a99927e4d98c /cc/debug/rasterize_and_record_benchmark_impl.h
parentee4b857ca20186868aad7a5b22fc454a11b6fe86 (diff)
downloadchromium_src-f68776d8c52601899d957c7ac222693fd51405d2.zip
chromium_src-f68776d8c52601899d957c7ac222693fd51405d2.tar.gz
chromium_src-f68776d8c52601899d957c7ac222693fd51405d2.tar.bz2
replace OVERRIDE and FINAL with override and final in cc/
BUG=417463 Review URL: https://codereview.chromium.org/628443002 Cr-Commit-Position: refs/heads/master@{#298271}
Diffstat (limited to 'cc/debug/rasterize_and_record_benchmark_impl.h')
-rw-r--r--cc/debug/rasterize_and_record_benchmark_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/debug/rasterize_and_record_benchmark_impl.h b/cc/debug/rasterize_and_record_benchmark_impl.h
index cceef05..4508d5e 100644
--- a/cc/debug/rasterize_and_record_benchmark_impl.h
+++ b/cc/debug/rasterize_and_record_benchmark_impl.h
@@ -27,8 +27,8 @@ class RasterizeAndRecordBenchmarkImpl : public MicroBenchmarkImpl {
virtual ~RasterizeAndRecordBenchmarkImpl();
// Implements MicroBenchmark interface.
- virtual void DidCompleteCommit(LayerTreeHostImpl* host) OVERRIDE;
- virtual void RunOnLayer(PictureLayerImpl* layer) OVERRIDE;
+ virtual void DidCompleteCommit(LayerTreeHostImpl* host) override;
+ virtual void RunOnLayer(PictureLayerImpl* layer) override;
private:
void Run(LayerImpl* layer);