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

Unified Diff: ui/surface/io_surface_support_mac.h

Issue 10351002: ui: Move surface/ directory out of gfx/, up to ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix gpu DEPS Created 8 years, 8 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 | « ui/surface/accelerated_surface_win.cc ('k') | ui/surface/io_surface_support_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/surface/io_surface_support_mac.h
diff --git a/ui/gfx/surface/io_surface_support_mac.h b/ui/surface/io_surface_support_mac.h
similarity index 90%
rename from ui/gfx/surface/io_surface_support_mac.h
rename to ui/surface/io_surface_support_mac.h
index b49dbfeea127e80406c94489c73e9b1fb3f8bd62..e1d78eff995e676a4082f9badebedf9c4db9e605 100644
--- a/ui/gfx/surface/io_surface_support_mac.h
+++ b/ui/surface/io_surface_support_mac.h
@@ -1,9 +1,9 @@
-// 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.
-#ifndef UI_GFX_SURFACE_IO_SURFACE_SUPPORT_MAC_H_
-#define UI_GFX_SURFACE_IO_SURFACE_SUPPORT_MAC_H_
+#ifndef UI_SURFACE_IO_SURFACE_SUPPORT_MAC_H_
+#define UI_SURFACE_IO_SURFACE_SUPPORT_MAC_H_
#pragma once
#include <CoreFoundation/CoreFoundation.h>
@@ -11,7 +11,7 @@
#include <OpenGL/OpenGL.h>
#include "base/basictypes.h"
-#include "ui/gfx/surface/surface_export.h"
+#include "ui/surface/surface_export.h"
// This Mac OS X-specific class provides dynamically-linked access to
// IOSurface.framework, which is only available on 10.6 and later.
@@ -67,5 +67,4 @@ class SURFACE_EXPORT IOSurfaceSupport {
DISALLOW_COPY_AND_ASSIGN(IOSurfaceSupport);
};
-#endif // UI_GFX_SURFACE_IO_SURFACE_SUPPORT_MAC_H_
-
+#endif // UI_SURFACE_IO_SURFACE_SUPPORT_MAC_H_
« no previous file with comments | « ui/surface/accelerated_surface_win.cc ('k') | ui/surface/io_surface_support_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698