blob: 6227bb31e0c5601380fdf71478dad675e0339da8 [file] [log] [blame]
// Copyright 2018 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/scenic/client_native_pixmap_factory_scenic.h"
#include "ui/ozone/common/stub_client_native_pixmap_factory.h"
namespace ui {
gfx::ClientNativePixmapFactory* CreateClientNativePixmapFactoryScenic() {
return CreateStubClientNativePixmapFactory();
}
} // namespace ui