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

Unified Diff: sky/viewer/compositor/surface_holder.cc

Issue 1213683004: Move //sky/compositor to //sky/viewer/compositor (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 | « sky/viewer/compositor/surface_holder.h ('k') | sky/viewer/compositor/texture_cache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/compositor/surface_holder.cc
diff --git a/sky/compositor/surface_holder.cc b/sky/viewer/compositor/surface_holder.cc
similarity index 95%
rename from sky/compositor/surface_holder.cc
rename to sky/viewer/compositor/surface_holder.cc
index 3b130cee56d5dd0645447879049d552144848d2e..6c5698341d1545e189d4b7e18e81f8a528d933dd 100644
--- a/sky/compositor/surface_holder.cc
+++ b/sky/viewer/compositor/surface_holder.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sky/compositor/surface_holder.h"
+#include "sky/viewer/compositor/surface_holder.h"
#include "base/bind.h"
#include "base/message_loop/message_loop.h"
#include "mojo/converters/geometry/geometry_type_converters.h"
#include "mojo/public/cpp/application/connect.h"
#include "mojo/public/interfaces/application/shell.mojom.h"
-#include "sky/compositor/surface_allocator.h"
+#include "sky/viewer/compositor/surface_allocator.h"
namespace sky {
« no previous file with comments | « sky/viewer/compositor/surface_holder.h ('k') | sky/viewer/compositor/texture_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698