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

Unified Diff: Source/modules/compositorworker/CompositorWorkerThread.h

Issue 1227783004: Fix virtual/override/final usage in Source/modules/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 5 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
Index: Source/modules/compositorworker/CompositorWorkerThread.h
diff --git a/Source/modules/compositorworker/CompositorWorkerThread.h b/Source/modules/compositorworker/CompositorWorkerThread.h
index d4d0cf5eaca366a43977498de82a65b113836d86..fe0ffe8398ab19401db294e1e38b71c9d7f72fc4 100644
--- a/Source/modules/compositorworker/CompositorWorkerThread.h
+++ b/Source/modules/compositorworker/CompositorWorkerThread.h
@@ -16,7 +16,7 @@ class WorkerObjectProxy;
class MODULES_EXPORT CompositorWorkerThread : public WorkerThread {
public:
static PassRefPtr<CompositorWorkerThread> create(PassRefPtr<WorkerLoaderProxy>, WorkerObjectProxy&, double timeOrigin);
- virtual ~CompositorWorkerThread();
+ ~CompositorWorkerThread() override;
WorkerObjectProxy& workerObjectProxy() const { return m_workerObjectProxy; }

Powered by Google App Engine
This is Rietveld 408576698