ozone: evdev: Sync caps lock LED state to evdev
[chromium-blink-merge.git] / chromecast / media / cma / backend / video_plane_fake_factory.cc
blob310c8bc878a34e2ebe414706d43054f7ffe61ca4
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chromecast/media/cma/backend/video_plane_fake.h"
7 namespace chromecast {
8 namespace media {
10 scoped_ptr<VideoPlane> CreateVideoPlane() {
11 return make_scoped_ptr(new VideoPlaneFake());
14 } // namespace media
15 } // namespace chromecast