Index: chrome/renderer/webgraphicscontext3d_command_buffer_impl.h |
=================================================================== |
--- chrome/renderer/webgraphicscontext3d_command_buffer_impl.h (revision 73642) |
+++ chrome/renderer/webgraphicscontext3d_command_buffer_impl.h (working copy) |
@@ -12,10 +12,10 @@ |
#include "base/scoped_ptr.h" |
#include "chrome/renderer/ggl/ggl.h" |
-#include "gfx/native_widget_types.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebGraphicsContext3D.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" |
+#include "ui/gfx/native_widget_types.h" |
#if !defined(OS_MACOSX) |
#define FLIP_FRAMEBUFFER_VERTICALLY |