Index: Source/web/WebPopupMenuImpl.cpp |
diff --git a/Source/web/WebPopupMenuImpl.cpp b/Source/web/WebPopupMenuImpl.cpp |
index 74ce1896b1c7c23fd43600800554ea924bea5b2f..e350c9549bcc275c9dc0a653fdb2da3b43a2252a 100644 |
--- a/Source/web/WebPopupMenuImpl.cpp |
+++ b/Source/web/WebPopupMenuImpl.cpp |
@@ -40,15 +40,15 @@ |
#include "WebWidgetClient.h" |
#include "core/frame/FrameView.h" |
#include "core/platform/Cursor.h" |
-#include "platform/NotImplemented.h" |
#include "core/platform/chromium/FramelessScrollView.h" |
-#include "core/platform/graphics/GraphicsContext.h" |
-#include "core/platform/graphics/skia/SkiaUtils.h" |
+#include "platform/NotImplemented.h" |
#include "platform/PlatformGestureEvent.h" |
#include "platform/PlatformKeyboardEvent.h" |
#include "platform/PlatformMouseEvent.h" |
#include "platform/PlatformWheelEvent.h" |
#include "platform/geometry/IntRect.h" |
+#include "platform/graphics/GraphicsContext.h" |
+#include "platform/graphics/skia/SkiaUtils.h" |
#include "public/platform/WebRect.h" |
#include <skia/ext/platform_canvas.h> |