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

Unified Diff: ui/gfx/canvas_paint_mac.h

Issue 667923002: Standardize usage of virtual/override/final in ui/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months 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 | « ui/gfx/animation/throb_animation.h ('k') | ui/gfx/color_analysis.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/canvas_paint_mac.h
diff --git a/ui/gfx/canvas_paint_mac.h b/ui/gfx/canvas_paint_mac.h
index f3658c33f1f2c0d477621f1c9fc57a32f06d62ab..b8d9974db9fcad5bd75c4e3ff8d09c183d662d86 100644
--- a/ui/gfx/canvas_paint_mac.h
+++ b/ui/gfx/canvas_paint_mac.h
@@ -22,7 +22,7 @@ class GFX_EXPORT CanvasSkiaPaint : public Canvas {
// This constructor assumes the result is opaque.
explicit CanvasSkiaPaint(NSRect dirtyRect);
CanvasSkiaPaint(NSRect dirtyRect, bool opaque);
- virtual ~CanvasSkiaPaint();
+ ~CanvasSkiaPaint() override;
// If true, the data painted into the CanvasSkiaPaint is blended onto the
// current context, else it is copied.
« no previous file with comments | « ui/gfx/animation/throb_animation.h ('k') | ui/gfx/color_analysis.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698