[M120 Migration][VD] Enable direct rendering for TVPlus
[platform/framework/web/chromium-efl.git] / components / system_media_controls / system_media_controls_stub.cc
1 // Copyright 2019 The Chromium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "components/system_media_controls/system_media_controls.h"
6
7 namespace system_media_controls {
8
9 // static
10 std::unique_ptr<SystemMediaControls> SystemMediaControls::Create(
11     const std::string& product_name,
12     int window) {
13   return nullptr;
14 }
15
16 }  // namespace system_media_controls