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

Unified Diff: chromecast/media/cma/backend/video_plane_fake.h

Issue 837453003: Chromecast: virtual/override cleanup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missed a few spots Created 5 years, 11 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: chromecast/media/cma/backend/video_plane_fake.h
diff --git a/chromecast/media/cma/backend/video_plane_fake.h b/chromecast/media/cma/backend/video_plane_fake.h
index 1cfe38c2991e5702fb5229401a11c02754992e82..5fe04e6accbb33fef8a51c0807c815e0e4833a40 100644
--- a/chromecast/media/cma/backend/video_plane_fake.h
+++ b/chromecast/media/cma/backend/video_plane_fake.h
@@ -14,7 +14,7 @@ namespace media {
class VideoPlaneFake : public VideoPlane {
public:
VideoPlaneFake();
- virtual ~VideoPlaneFake();
+ ~VideoPlaneFake() override;
// VideoPlane implementation.
gfx::Size GetScreenResolution() override;
« no previous file with comments | « chromecast/media/cma/backend/video_pipeline_device.h ('k') | chromecast/media/cma/base/balanced_media_task_runner_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698