| Index: ui/gl/gl_surface.cc
|
| ===================================================================
|
| --- ui/gl/gl_surface.cc (revision 137438)
|
| +++ ui/gl/gl_surface.cc (working copy)
|
| @@ -8,6 +8,7 @@
|
| #include <vector>
|
|
|
| #include "base/command_line.h"
|
| +#include "base/debug/trace_event.h"
|
| #include "base/lazy_instance.h"
|
| #include "base/logging.h"
|
| #include "base/threading/thread_local.h"
|
| @@ -27,6 +28,8 @@
|
| if (initialized)
|
| return true;
|
|
|
| + TRACE_EVENT0("gpu", "GLSurface::InitializeOneOff");
|
| +
|
| std::vector<GLImplementation> allowed_impls;
|
| GetAllowedGLImplementations(&allowed_impls);
|
| DCHECK(!allowed_impls.empty());
|
|
|