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

Unified Diff: ui/surface/accelerated_surface_win.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_mac.cc ('k') | ui/surface/accelerated_surface_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/surface/accelerated_surface_win.h
diff --git a/ui/gfx/surface/accelerated_surface_win.h b/ui/surface/accelerated_surface_win.h
similarity index 95%
rename from ui/gfx/surface/accelerated_surface_win.h
rename to ui/surface/accelerated_surface_win.h
index 8a8da98f576f7602562f598be2c71a59da394733..967b258814789538b76448e5568443a79e192bfa 100644
--- a/ui/gfx/surface/accelerated_surface_win.h
+++ b/ui/surface/accelerated_surface_win.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_GFX_SURFACE_ACCELERATED_SURFACE_WIN_H_
-#define UI_GFX_SURFACE_ACCELERATED_SURFACE_WIN_H_
+#ifndef UI_SURFACE_ACCELERATED_SURFACE_WIN_H_
+#define UI_SURFACE_ACCELERATED_SURFACE_WIN_H_
#pragma once
#include <d3d9.h>
@@ -15,7 +15,7 @@
#include "base/win/scoped_comptr.h"
#include "ui/gfx/native_widget_types.h"
#include "ui/gfx/size.h"
-#include "ui/gfx/surface/surface_export.h"
+#include "ui/surface/surface_export.h"
class PresentThread;
@@ -121,4 +121,4 @@ class SURFACE_EXPORT AcceleratedSurface {
DISALLOW_COPY_AND_ASSIGN(AcceleratedSurface);
};
-#endif // UI_GFX_SURFACE_ACCELERATED_SURFACE_WIN_H_
+#endif // UI_SURFACE_ACCELERATED_SURFACE_WIN_H_
« no previous file with comments | « ui/surface/accelerated_surface_mac.cc ('k') | ui/surface/accelerated_surface_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698