commit | 716bedf160f4c4c1945cab54c3f490424a0eb779 | [log] [tgz] |
---|---|---|
author | dcheng <[email protected]> | Tue Oct 21 09:51:08 2014 |
committer | Commit bot <[email protected]> | Tue Oct 21 09:51:37 2014 |
tree | c9592751a48527e3278a8a1e001b0569c97ff1d5 | |
parent | 6c879fbd35d14af9ca4fe53bc622edac2d3fd5f1 [diff] [blame] |
Standardize usage of virtual/override/final in cc/ BUG=417463 [email protected] Review URL: https://codereview.chromium.org/645853008 Cr-Commit-Position: refs/heads/master@{#300439}
diff --git a/cc/test/pixel_test.h b/cc/test/pixel_test.h index 3396099b..838acaf 100644 --- a/cc/test/pixel_test.h +++ b/cc/test/pixel_test.h
@@ -64,7 +64,7 @@ void EnableExternalStencilTest(); // RendererClient implementation. - virtual void SetFullRootLayerDamage() override {} + void SetFullRootLayerDamage() override {} private: void ReadbackResult(base::Closure quit_run_loop,