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

Unified Diff: media/blink/mock_webframeclient.cc

Issue 1499793003: Fix classes that have too many virtuals for inline constructors. Base URL: https://chromium.googlesource.com/chromium/src.git@enable-virtuals-as-complexity
Patch Set: Finish fixing the codebase that's accessible from Linux. Created 5 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
Index: media/blink/mock_webframeclient.cc
diff --git a/media/video/jpeg_decode_accelerator.cc b/media/blink/mock_webframeclient.cc
similarity index 67%
copy from media/video/jpeg_decode_accelerator.cc
copy to media/blink/mock_webframeclient.cc
index 035c32167b67684ddc11c4b7654b014b52f16523..fbfde09c522614415285527c64e5ab875bf7b33c 100644
--- a/media/video/jpeg_decode_accelerator.cc
+++ b/media/blink/mock_webframeclient.cc
@@ -2,11 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "media/video/jpeg_decode_accelerator.h"
+#include "media/blink/mock_webframeclient.h"
namespace media {
-JpegDecodeAccelerator::~JpegDecodeAccelerator() {
-}
+MockWebFrameClient::MockWebFrameClient() = default;
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698