Index: ui/ozone/platform/cast/client_pixmap_manager_cast.cc |
diff --git a/ui/ozone/platform/cast/client_pixmap_manager_cast.cc b/ui/ozone/platform/cast/client_pixmap_manager_cast.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..77c2f56ceb09649dca746bee0d3bb801f777d797 |
--- /dev/null |
+++ b/ui/ozone/platform/cast/client_pixmap_manager_cast.cc |
@@ -0,0 +1,15 @@ |
+// Copyright 2015 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#include "ui/ozone/platform/cast/client_pixmap_manager_cast.h" |
+ |
+#include "ui/ozone/common/stub_client_pixmap_manager.h" |
+ |
+namespace ui { |
+ |
+ClientPixmapManager* CreateClientPixmapManagerCast() { |
+ return CreateStubClientPixmapManager(); |
+} |
+ |
+} // namespace ui |