| Index: ui/gfx/surface/accelerated_surface_mac.cc
|
| diff --git a/app/surface/accelerated_surface_mac.cc b/ui/gfx/surface/accelerated_surface_mac.cc
|
| similarity index 98%
|
| rename from app/surface/accelerated_surface_mac.cc
|
| rename to ui/gfx/surface/accelerated_surface_mac.cc
|
| index 632260392ef3edef60a32416f9f263d2fe990927..59919f82dcfc980f17ea23b3440783e4606dd6dc 100644
|
| --- a/app/surface/accelerated_surface_mac.cc
|
| +++ b/ui/gfx/surface/accelerated_surface_mac.cc
|
| @@ -1,15 +1,15 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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 "app/surface/accelerated_surface_mac.h"
|
| +#include "ui/gfx/surface/accelerated_surface_mac.h"
|
|
|
| #include "app/gfx/gl/gl_bindings.h"
|
| #include "app/gfx/gl/gl_implementation.h"
|
| -#include "app/surface/io_surface_support_mac.h"
|
| #include "base/logging.h"
|
| #include "base/mac/scoped_cftyperef.h"
|
| #include "ui/gfx/rect.h"
|
| +#include "ui/gfx/surface/io_surface_support_mac.h"
|
|
|
| AcceleratedSurface::AcceleratedSurface()
|
| : io_surface_id_(0),
|
|
|