// 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_