Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2032)

Unified Diff: ui/gfx/surface/accelerated_surface_mac.h

Issue 6718027: Refactor: Move app/surface to ui/gfx/surface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/gpu.gyp ('k') | ui/gfx/surface/accelerated_surface_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/surface/accelerated_surface_mac.h
diff --git a/app/surface/accelerated_surface_mac.h b/ui/gfx/surface/accelerated_surface_mac.h
similarity index 96%
rename from app/surface/accelerated_surface_mac.h
rename to ui/gfx/surface/accelerated_surface_mac.h
index 8f7aaf0e5c05b2fff5fec3dbae31de9e1d1b5ee2..44ce8d55dcaa9f4e732f7e2f4e8c4d4ab3ac1348 100644
--- a/app/surface/accelerated_surface_mac.h
+++ b/ui/gfx/surface/accelerated_surface_mac.h
@@ -1,20 +1,20 @@
-// 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.
-#ifndef APP_SURFACE_ACCELERATED_SURFACE_MAC_H_
-#define APP_SURFACE_ACCELERATED_SURFACE_MAC_H_
+#ifndef UI_GFX_SURFACE_ACCELERATED_SURFACE_MAC_H_
+#define UI_GFX_SURFACE_ACCELERATED_SURFACE_MAC_H_
#pragma once
#include <CoreFoundation/CoreFoundation.h>
#include "app/gfx/gl/gl_context.h"
-#include "app/surface/transport_dib.h"
#include "base/callback.h"
#include "base/mac/scoped_cftyperef.h"
#include "base/scoped_ptr.h"
#include "ui/gfx/rect.h"
#include "ui/gfx/size.h"
+#include "ui/gfx/surface/transport_dib.h"
// Should not include GL headers in a header file. Forward declare these types
// instead.
@@ -164,4 +164,4 @@ class AcceleratedSurface {
scoped_ptr<Callback1<TransportDIB::Id>::Type> dib_free_callback_;
};
-#endif // APP_SURFACE_ACCELERATED_SURFACE_MAC_H_
+#endif // UI_GFX_SURFACE_ACCELERATED_SURFACE_MAC_H_
« no previous file with comments | « gpu/gpu.gyp ('k') | ui/gfx/surface/accelerated_surface_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698