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

Unified Diff: cc/layers/picture_layer_impl_unittest.cc

Issue 818033004: Standardize usage of virtual/override/final specifiers in cc/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « cc/layers/nine_patch_layer_unittest.cc ('k') | cc/layers/surface_layer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/picture_layer_impl_unittest.cc
diff --git a/cc/layers/picture_layer_impl_unittest.cc b/cc/layers/picture_layer_impl_unittest.cc
index ceac16d98c530dffa3a31ed6f1ff9d0f4eaeb7bf..695ccd2ee08762bbeffce14fad2748677da200a5 100644
--- a/cc/layers/picture_layer_impl_unittest.cc
+++ b/cc/layers/picture_layer_impl_unittest.cc
@@ -86,8 +86,7 @@ class PictureLayerImplTest : public testing::Test {
host_impl_.SetViewportSize(gfx::Size(10000, 10000));
}
- virtual ~PictureLayerImplTest() {
- }
+ ~PictureLayerImplTest() override {}
void SetUp() override { InitializeRenderer(); }
« no previous file with comments | « cc/layers/nine_patch_layer_unittest.cc ('k') | cc/layers/surface_layer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698