| Index: components/display_compositor/gl_helper_benchmark.cc
|
| diff --git a/components/display_compositor/gl_helper_benchmark.cc b/components/display_compositor/gl_helper_benchmark.cc
|
| index 04c60c221a32d0648ba0f1975e1d3b6270e08090..38e009fc61cab10261f6f4c89c242f2716e01ea9 100644
|
| --- a/components/display_compositor/gl_helper_benchmark.cc
|
| +++ b/components/display_compositor/gl_helper_benchmark.cc
|
| @@ -27,9 +27,9 @@
|
| #include "base/time/time.h"
|
| #include "components/display_compositor/gl_helper.h"
|
| #include "components/display_compositor/gl_helper_scaling.h"
|
| -#include "gpu/command_buffer/client/gl_in_process_context.h"
|
| #include "gpu/command_buffer/client/gles2_implementation.h"
|
| #include "gpu/command_buffer/client/shared_memory_limits.h"
|
| +#include "gpu/ipc/gl_in_process_context.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "third_party/skia/include/core/SkTypes.h"
|
|
|