summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/chromium/public/WebPoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/chromium/public/WebPoint.h')
-rw-r--r--Source/WebKit/chromium/public/WebPoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/chromium/public/WebPoint.h b/Source/WebKit/chromium/public/WebPoint.h
index 20c52c2..7662363 100644
--- a/Source/WebKit/chromium/public/WebPoint.h
+++ b/Source/WebKit/chromium/public/WebPoint.h
@@ -36,7 +36,7 @@
#if WEBKIT_IMPLEMENTATION
#include "IntPoint.h"
#else
-#include <gfx/point.h>
+#include <ui/gfx/point.h>
#endif
namespace WebKit {