| Index: ui/compositor/mac/io_surface_context_mac.mm
|
| diff --git a/content/browser/compositor/io_surface_context_mac.mm b/ui/compositor/mac/io_surface_context_mac.mm
|
| similarity index 97%
|
| rename from content/browser/compositor/io_surface_context_mac.mm
|
| rename to ui/compositor/mac/io_surface_context_mac.mm
|
| index 82c81b1a9498ea7dc7071e30c4c45121a058dfec..86c760d0855583fd0b1e219c8cc7390b920c70a9 100644
|
| --- a/content/browser/compositor/io_surface_context_mac.mm
|
| +++ b/ui/compositor/mac/io_surface_context_mac.mm
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/browser/compositor/io_surface_context_mac.h"
|
| +#include "ui/compositor/mac/io_surface_context_mac.h"
|
|
|
| #include <OpenGL/gl.h>
|
| #include <OpenGL/OpenGL.h>
|
| @@ -11,7 +11,6 @@
|
| #include "base/command_line.h"
|
| #include "base/debug/trace_event.h"
|
| #include "base/logging.h"
|
| -#include "ui/base/ui_base_switches.h"
|
| #include "ui/gl/gl_switches.h"
|
| #include "ui/gl/gpu_switching_manager.h"
|
|
|
|
|