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

Unified Diff: ui/gfx/surface/transport_dib_linux.cc

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 | « ui/gfx/surface/transport_dib.h ('k') | ui/gfx/surface/transport_dib_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/surface/transport_dib_linux.cc
diff --git a/app/surface/transport_dib_linux.cc b/ui/gfx/surface/transport_dib_linux.cc
similarity index 96%
rename from app/surface/transport_dib_linux.cc
rename to ui/gfx/surface/transport_dib_linux.cc
index 614cdb02b379c5ef092eec5d33c6c57e26b288d3..3e31c7b2a2a649872e64cfb7cd20e3cdbf065257 100644
--- a/app/surface/transport_dib_linux.cc
+++ b/ui/gfx/surface/transport_dib_linux.cc
@@ -1,13 +1,14 @@
-// Copyright (c) 2009 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 "ui/gfx/surface/transport_dib.h"
+
#include <errno.h>
#include <stdlib.h>
#include <sys/ipc.h>
#include <sys/shm.h>
-#include "app/surface/transport_dib.h"
#include "base/logging.h"
#include "base/scoped_ptr.h"
#include "skia/ext/platform_canvas.h"
« no previous file with comments | « ui/gfx/surface/transport_dib.h ('k') | ui/gfx/surface/transport_dib_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698