| Index: content/common/gpu/client/gl_helper.cc
|
| diff --git a/content/common/gpu/client/gl_helper.cc b/content/common/gpu/client/gl_helper.cc
|
| index 7178acc5c72830d02151d697415feb62a1577d0a..eebb556aa759cf6e30a1875deb1b9f718fcf4997 100644
|
| --- a/content/common/gpu/client/gl_helper.cc
|
| +++ b/content/common/gpu/client/gl_helper.cc
|
| @@ -8,13 +8,13 @@
|
| #include <string>
|
|
|
| #include "base/bind.h"
|
| -#include "base/debug/trace_event.h"
|
| #include "base/lazy_instance.h"
|
| #include "base/logging.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/time/time.h"
|
| +#include "base/trace_event/trace_event.h"
|
| #include "content/common/gpu/client/gl_helper_readback_support.h"
|
| #include "content/common/gpu/client/gl_helper_scaling.h"
|
| #include "gpu/GLES2/gl2extchromium.h"
|
|
|