| Index: content/browser/compositor/delegated_frame_host.cc
|
| diff --git a/content/browser/compositor/delegated_frame_host.cc b/content/browser/compositor/delegated_frame_host.cc
|
| index e6ab7bb05aaed5f7d6acc8d1804b4c57fe1469f6..348e436946f935edc45ce61480ebe41ba4f2da83 100644
|
| --- a/content/browser/compositor/delegated_frame_host.cc
|
| +++ b/content/browser/compositor/delegated_frame_host.cc
|
| @@ -21,10 +21,10 @@
|
| #include "cc/surfaces/surface_factory.h"
|
| #include "cc/surfaces/surface_hittest.h"
|
| #include "cc/surfaces/surface_manager.h"
|
| +#include "content/browser/compositor/gl_helper.h"
|
| #include "content/browser/compositor/resize_lock.h"
|
| #include "content/browser/compositor/surface_utils.h"
|
| #include "content/browser/gpu/compositor_util.h"
|
| -#include "content/common/gpu/client/gl_helper.h"
|
| #include "content/public/browser/render_widget_host_view_frame_subscriber.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "media/base/video_frame.h"
|
|
|