| Index: ui/surface/io_surface_support_mac.cc
|
| diff --git a/ui/gfx/surface/io_surface_support_mac.cc b/ui/surface/io_surface_support_mac.cc
|
| similarity index 98%
|
| rename from ui/gfx/surface/io_surface_support_mac.cc
|
| rename to ui/surface/io_surface_support_mac.cc
|
| index df08217bb20c663d313cf5c5150c91b8bab25589..1b2c324823032a48f59a9d35fb14516591ecd545 100644
|
| --- a/ui/gfx/surface/io_surface_support_mac.cc
|
| +++ b/ui/surface/io_surface_support_mac.cc
|
| @@ -1,11 +1,11 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| #include <dlfcn.h>
|
|
|
| #include "base/memory/singleton.h"
|
| -#include "ui/gfx/surface/io_surface_support_mac.h"
|
| +#include "ui/surface/io_surface_support_mac.h"
|
|
|
| typedef CFTypeRef (*IOSurfaceCreateProcPtr)(CFDictionaryRef properties);
|
| typedef uint32 (*IOSurfaceGetIDProcPtr)(CFTypeRef io_surface);
|
|
|