| Index: Source/web/WebViewImpl.cpp
|
| diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp
|
| index 5f302031d8c2a5b180ae036bb357dd666520d736..0e981a8a70e144adf37647c8a4cb0eed75169bb3 100644
|
| --- a/Source/web/WebViewImpl.cpp
|
| +++ b/Source/web/WebViewImpl.cpp
|
| @@ -133,7 +133,6 @@
|
| #include "platform/PlatformMouseEvent.h"
|
| #include "platform/PlatformWheelEvent.h"
|
| #include "platform/PopupMenuClient.h"
|
| -#include "platform/TraceEvent.h"
|
| #include "platform/exported/WebActiveGestureAnimation.h"
|
| #include "platform/fonts/FontCache.h"
|
| #include "platform/graphics/Color.h"
|
| @@ -151,6 +150,7 @@
|
| #include "wtf/CurrentTime.h"
|
| #include "wtf/RefPtr.h"
|
| #include "wtf/TemporaryChange.h"
|
| +#include "wtf/TraceEvent.h"
|
|
|
| #if USE(DEFAULT_RENDER_THEME)
|
| #include "core/rendering/RenderThemeChromiumDefault.h"
|
|
|