| Index: ui/gl/gl_context_egl.cc
|
| diff --git a/ui/gl/gl_context_egl.cc b/ui/gl/gl_context_egl.cc
|
| index 569c2cca118d19b49ed9a38b1db1358b09c61001..2d3615b3e5617c5d7c3ea8978a40005db76245af 100644
|
| --- a/ui/gl/gl_context_egl.cc
|
| +++ b/ui/gl/gl_context_egl.cc
|
| @@ -4,9 +4,10 @@
|
|
|
| #include "ui/gl/gl_context_egl.h"
|
|
|
| +#include <memory>
|
| +
|
| #include "base/command_line.h"
|
| #include "base/logging.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/trace_event/trace_event.h"
|
| #include "build/build_config.h"
|
| #include "third_party/khronos/EGL/egl.h"
|
|
|