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

Unified Diff: content/browser/renderer_host/browser_compositor_view_mac.mm

Issue 2779753008: Make CompositorObserver’s destructor protected-and-virtual.
Patch Set: Rebase on top of recent master to remove unwanted changes. Created 3 years, 9 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 | « no previous file | ui/compositor/compositor_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/browser_compositor_view_mac.mm
diff --git a/content/browser/renderer_host/browser_compositor_view_mac.mm b/content/browser/renderer_host/browser_compositor_view_mac.mm
index dfe16a343820cf8ef0997e2392be7ace627ad6fd..54408b7e75a24a02524726873bcfbe9be4fdb369 100644
--- a/content/browser/renderer_host/browser_compositor_view_mac.mm
+++ b/content/browser/renderer_host/browser_compositor_view_mac.mm
@@ -56,7 +56,7 @@ void ReleaseSpareCompositors() {
// in terms of time and resources).
class RecyclableCompositorMac : public ui::CompositorObserver {
public:
- virtual ~RecyclableCompositorMac();
+ ~RecyclableCompositorMac() override;
// Create a compositor, or recycle a preexisting one.
static std::unique_ptr<RecyclableCompositorMac> Create();
« no previous file with comments | « no previous file | ui/compositor/compositor_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698