Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(523)

Side by Side Diff: gpu/demos/app_framework/platform.h

Issue 525070: Resubmit 35500: Added an application framework for demos. Ported hellotriangl... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « gpu/demos/app_framework/gles2_utils.cc ('k') | gpu/demos/demos.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 // Copyright (c) 2006-2009 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.
4
5 // Platform-specific types and definitions for native widget handles.
6
7 #ifndef GPU_DEMOS_APP_FRAMEWORK_PLATFORM_H_
8 #define GPU_DEMOS_APP_FRAMEWORK_PLATFORM_H_
9
10 #ifdef _WINDOWS
11 #include <windows.h>
12 #endif // _WINDOWS
13
14 #include "build/build_config.h"
15
16 namespace gpu_demos {
17
18 #if defined(OS_WIN)
19 typedef HWND NativeWindowHandle;
20 #endif // defined(OS_WIN)
21
22 } // namespace gpu_demos
23 #endif // GPU_DEMOS_APP_FRAMEWORK_PLATFORM_H_
OLDNEW
« no previous file with comments | « gpu/demos/app_framework/gles2_utils.cc ('k') | gpu/demos/demos.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698