| Index: content/browser/renderer_host/image_transport_factory.cc
|
| diff --git a/content/browser/renderer_host/image_transport_factory.cc b/content/browser/renderer_host/image_transport_factory.cc
|
| index de8b039d02d51a6104a6e15e718904b660ec648c..98b81a6794e82f15454b9bc5595b2d1d5d6c0d27 100644
|
| --- a/content/browser/renderer_host/image_transport_factory.cc
|
| +++ b/content/browser/renderer_host/image_transport_factory.cc
|
| @@ -23,9 +23,9 @@
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebGraphicsContext3D.h"
|
| #include "ui/compositor/compositor.h"
|
| #include "ui/compositor/compositor_setup.h"
|
| -#include "ui/gfx/gl/scoped_make_current.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| #include "ui/gfx/size.h"
|
| +#include "ui/gl/scoped_make_current.h"
|
|
|
| using content::BrowserGpuChannelHostFactory;
|
| using content::GLHelper;
|
|
|