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

Unified Diff: cc/surfaces/surface_sequence_generator.cc

Issue 2397103002: Move SurfaceSequenceGenerator => cc/surfaces (Closed)
Patch Set: Created 4 years, 2 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
Index: cc/surfaces/surface_sequence_generator.cc
diff --git a/cc/trees/surface_sequence_generator.cc b/cc/surfaces/surface_sequence_generator.cc
similarity index 91%
rename from cc/trees/surface_sequence_generator.cc
rename to cc/surfaces/surface_sequence_generator.cc
index 83e9a62fa1b75d395c08e1f612b9e0aac198be4b..3244841115c183569d0f1f7004dc9142efa739a2 100644
--- a/cc/trees/surface_sequence_generator.cc
+++ b/cc/surfaces/surface_sequence_generator.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include <cc/trees/surface_sequence_generator.h>
+#include "cc/surfaces/surface_sequence_generator.h"
#include "cc/surfaces/surface_sequence.h"
namespace cc {

Powered by Google App Engine
This is Rietveld 408576698