chromeos: bluetooth: add BluetoothNodeClient
[chromium-blink-merge.git] / gpu / demos / framework / demo_factory.h
blob1cecc9f6f27dcefa18c16fc37f61c88960aad590
1 // Copyright (c) 2010 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 #ifndef GPU_DEMOS_FRAMEWORK_DEMO_FACTORY_H_
6 #define GPU_DEMOS_FRAMEWORK_DEMO_FACTORY_H_
8 namespace gpu {
9 namespace demos {
11 class Demo;
13 extern Demo* CreateDemo();
15 } // namespace demos
16 } // namespace gpu
17 #endif // GPU_DEMOS_FRAMEWORK_DEMO_FACTORY_H_