summaryrefslogtreecommitdiffstats
path: root/gpu/demos/framework/demo_factory.h
blob: 1cecc9f6f27dcefa18c16fc37f61c88960aad590 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright (c) 2010 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.

#ifndef GPU_DEMOS_FRAMEWORK_DEMO_FACTORY_H_
#define GPU_DEMOS_FRAMEWORK_DEMO_FACTORY_H_

namespace gpu {
namespace demos {

class Demo;

extern Demo* CreateDemo();

}  // namespace demos
}  // namespace gpu
#endif  // GPU_DEMOS_FRAMEWORK_DEMO_FACTORY_H_