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

Unified Diff: Source/platform/graphics/GraphicsTypes3D.h

Issue 37803003: Move GraphicsTypes* and ColorSpace to Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: I misread Adam's comment, the exports are needed in one place Created 7 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/graphics/GraphicsTypes.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/GraphicsTypes3D.h
diff --git a/Source/core/platform/graphics/GraphicsTypes3D.h b/Source/platform/graphics/GraphicsTypes3D.h
similarity index 95%
rename from Source/core/platform/graphics/GraphicsTypes3D.h
rename to Source/platform/graphics/GraphicsTypes3D.h
index d55f10fe7ccb31f38c7bbba6519319b07a723763..a48f45994c51724bbda3ab9586844c6e402e713c 100644
--- a/Source/core/platform/graphics/GraphicsTypes3D.h
+++ b/Source/platform/graphics/GraphicsTypes3D.h
@@ -31,16 +31,16 @@
// GC3D types match the corresponding GL types as defined in OpenGL ES 2.0
// header file gl2.h from khronos.org.
-typedef unsigned int GC3Denum;
+typedef unsigned GC3Denum;
typedef unsigned char GC3Dboolean;
-typedef unsigned int GC3Dbitfield;
+typedef unsigned GC3Dbitfield;
typedef signed char GC3Dbyte;
typedef unsigned char GC3Dubyte;
typedef short GC3Dshort;
typedef unsigned short GC3Dushort;
typedef int GC3Dint;
typedef int GC3Dsizei;
-typedef unsigned int GC3Duint;
+typedef unsigned GC3Duint;
typedef float GC3Dfloat;
typedef unsigned short GC3Dhalffloat;
typedef float GC3Dclampf;
« no previous file with comments | « Source/platform/graphics/GraphicsTypes.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698