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

Side by Side Diff: webrtc/modules/video_render/windows/video_render_direct3d9.h

Issue 1232713002: Removed unused variables and the need to include the d3dx9.h file. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Added BroadSoft to the AUTHORS file. Created 5 years, 5 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
« no previous file with comments | « AUTHORS ('k') | webrtc/modules/video_render/windows/video_render_direct3d9.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license 4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found 6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may 7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree. 8 * be found in the AUTHORS file in the root of the source tree.
9 */ 9 */
10 10
11 #ifndef WEBRTC_MODULES_VIDEO_RENDER_MAIN_SOURCE_WINDOWS_VIDEO_RENDER_DIRECT3D9_H _ 11 #ifndef WEBRTC_MODULES_VIDEO_RENDER_MAIN_SOURCE_WINDOWS_VIDEO_RENDER_DIRECT3D9_H _
12 #define WEBRTC_MODULES_VIDEO_RENDER_MAIN_SOURCE_WINDOWS_VIDEO_RENDER_DIRECT3D9_H _ 12 #define WEBRTC_MODULES_VIDEO_RENDER_MAIN_SOURCE_WINDOWS_VIDEO_RENDER_DIRECT3D9_H _
13 13
14 #include "webrtc/modules/video_render/windows/i_video_render_win.h" 14 #include "webrtc/modules/video_render/windows/i_video_render_win.h"
15 15
16 #include <d3d9.h> 16 #include <d3d9.h>
17 #include <d3dx9.h>
18 #include <ddraw.h> 17 #include <ddraw.h>
19 18
20 #include <Map> 19 #include <Map>
21 20
22 // Added 21 // Added
23 #include "webrtc/modules/video_render/include/video_render_defines.h" 22 #include "webrtc/modules/video_render/include/video_render_defines.h"
24 #include "webrtc/system_wrappers/interface/thread_wrapper.h" 23 #include "webrtc/system_wrappers/interface/thread_wrapper.h"
25 24
26 #pragma comment(lib, "d3d9.lib") // located in DirectX SDK 25 #pragma comment(lib, "d3d9.lib") // located in DirectX SDK
27 26
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 float stopWidth, float stopHeight); 244 float stopWidth, float stopHeight);
246 245
247 //code for providing graphics settings 246 //code for providing graphics settings
248 DWORD _totalMemory; 247 DWORD _totalMemory;
249 DWORD _availableMemory; 248 DWORD _availableMemory;
250 }; 249 };
251 250
252 } // namespace webrtc 251 } // namespace webrtc
253 252
254 #endif // WEBRTC_MODULES_VIDEO_RENDER_MAIN_SOURCE_WINDOWS_VIDEO_RENDER_DIRECT3D9 _H_ 253 #endif // WEBRTC_MODULES_VIDEO_RENDER_MAIN_SOURCE_WINDOWS_VIDEO_RENDER_DIRECT3D9 _H_
OLDNEW
« no previous file with comments | « AUTHORS ('k') | webrtc/modules/video_render/windows/video_render_direct3d9.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698