Index: content/renderer/render_widget.cc |
diff --git a/content/renderer/render_widget.cc b/content/renderer/render_widget.cc |
index ce810c1bcf38dcc16975d046ca1ee559b01eaf69..1e1d87241cf2b36ca84e693a62a02a3c19c3a1fe 100644 |
--- a/content/renderer/render_widget.cc |
+++ b/content/renderer/render_widget.cc |
@@ -75,6 +75,7 @@ |
#include "third_party/WebKit/public/platform/WebMouseEvent.h" |
#include "third_party/WebKit/public/platform/WebPoint.h" |
#include "third_party/WebKit/public/platform/WebRect.h" |
+#include "third_party/WebKit/public/platform/WebRuntimeFeatures.h" |
#include "third_party/WebKit/public/platform/WebSize.h" |
#include "third_party/WebKit/public/platform/WebString.h" |
#include "third_party/WebKit/public/platform/scheduler/renderer/render_widget_scheduling_state.h" |
@@ -88,7 +89,6 @@ |
#include "third_party/WebKit/public/web/WebPagePopup.h" |
#include "third_party/WebKit/public/web/WebPopupMenuInfo.h" |
#include "third_party/WebKit/public/web/WebRange.h" |
-#include "third_party/WebKit/public/web/WebRuntimeFeatures.h" |
#include "third_party/WebKit/public/web/WebView.h" |
#include "third_party/WebKit/public/web/WebWidget.h" |
#include "third_party/skia/include/core/SkShader.h" |