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

Unified Diff: win8/metro_driver/direct3d_helper.h

Issue 1540973003: Switch to standard integer types in win8/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « win8/metro_driver/devices_handler.h ('k') | win8/metro_driver/file_picker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/metro_driver/direct3d_helper.h
diff --git a/win8/metro_driver/direct3d_helper.h b/win8/metro_driver/direct3d_helper.h
index a5547ba08fe99e357da3c8be07bfcabbd99938c9..863a1469c92b0085f026a146abce5c7adabaad58 100644
--- a/win8/metro_driver/direct3d_helper.h
+++ b/win8/metro_driver/direct3d_helper.h
@@ -5,12 +5,13 @@
#ifndef WIN8_METRO_DRIVER_DIRECT3D_HELPER_
#define WIN8_METRO_DRIVER_DIRECT3D_HELPER_
-#include "base/basictypes.h"
#include <windows.ui.core.h>
#include <windows.foundation.h>
#include <d3d11_1.h>
+#include "base/macros.h"
+
namespace metro_driver {
// We need to initalize a Direct3D device and swapchain so that the browser
« no previous file with comments | « win8/metro_driver/devices_handler.h ('k') | win8/metro_driver/file_picker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698