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

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

Issue 2798823002: Rewrite references to "wtf/" to "platform/wtf/" in platform/graphics. (Closed)
Patch Set: Created 3 years, 8 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
Index: third_party/WebKit/Source/platform/graphics/GraphicsTypes3D.h
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsTypes3D.h b/third_party/WebKit/Source/platform/graphics/GraphicsTypes3D.h
index 01a8bd1fd408a133f197a2e00765bb63be3f51ee..1584ce6bc8d66dde1991ee4853f90ab1663cf4b8 100644
--- a/third_party/WebKit/Source/platform/graphics/GraphicsTypes3D.h
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsTypes3D.h
@@ -31,8 +31,8 @@
#include "third_party/khronos/GLES2/gl2ext.h"
#endif
-#include "wtf/Forward.h"
#include <stdint.h>
+#include "platform/wtf/Forward.h"
// WebGL-specific enums
const unsigned GC3D_UNPACK_FLIP_Y_WEBGL = 0x9240;
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/GraphicsTypes.cpp ('k') | third_party/WebKit/Source/platform/graphics/Image.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698