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

Unified Diff: Source/core/platform/graphics/chromium/VDMXParser.h

Issue 23003024: Revert r156542 "Do not include "wtf/Platform.h" directly. " (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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/core/platform/graphics/IntSize.h ('k') | Source/core/platform/graphics/chromium/VDMXParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/graphics/chromium/VDMXParser.h
diff --git a/Source/core/platform/graphics/chromium/VDMXParser.h b/Source/core/platform/graphics/chromium/VDMXParser.h
index 90ac952d41267fb3f0d28e1384346c4d8ca11896..ef625b78dbd6b106853b30fd8ece98b6f9c0ea19 100644
--- a/Source/core/platform/graphics/chromium/VDMXParser.h
+++ b/Source/core/platform/graphics/chromium/VDMXParser.h
@@ -31,8 +31,6 @@
#ifndef VDMXParser_h
#define VDMXParser_h
-#include <stdint.h>
-
namespace WebCore {
bool parseVDMX(int* ymax, int* ymin,
const uint8_t* vdmx, size_t vdmxLength,
« no previous file with comments | « Source/core/platform/graphics/IntSize.h ('k') | Source/core/platform/graphics/chromium/VDMXParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698