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

Unified Diff: ash/utility/partial_screenshot_controller.cc

Issue 817393002: Standardize usage of virtual/override/final specifiers in ash/. (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 | « no previous file | ash/wm/always_on_top_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/utility/partial_screenshot_controller.cc
diff --git a/ash/utility/partial_screenshot_controller.cc b/ash/utility/partial_screenshot_controller.cc
index 286fa0d89675c644b65280cd8ccb0529c3aef946..ecdbc3d6b4c32b44c6b60909342d256924c2af3f 100644
--- a/ash/utility/partial_screenshot_controller.cc
+++ b/ash/utility/partial_screenshot_controller.cc
@@ -40,7 +40,7 @@ class PartialScreenshotController::PartialScreenshotLayer
layer()->SetVisible(true);
layer()->set_delegate(this);
}
- ~PartialScreenshotLayer() {}
+ ~PartialScreenshotLayer() override {}
const gfx::Rect& region() const { return region_; }
« no previous file with comments | « no previous file | ash/wm/always_on_top_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698