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

Unified Diff: cc/surfaces/surface_sequence_generator.h

Issue 2397103002: Move SurfaceSequenceGenerator => cc/surfaces (Closed)
Patch Set: Remove export 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
« no previous file with comments | « cc/surfaces/BUILD.gn ('k') | cc/surfaces/surface_sequence_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/surface_sequence_generator.h
diff --git a/cc/trees/surface_sequence_generator.h b/cc/surfaces/surface_sequence_generator.h
similarity index 77%
rename from cc/trees/surface_sequence_generator.h
rename to cc/surfaces/surface_sequence_generator.h
index 298fd78ba9510011dad5b8b00be6f08420e43515..c9d1e4a15327f8dc5e3b141832165354e78a10a9 100644
--- a/cc/trees/surface_sequence_generator.h
+++ b/cc/surfaces/surface_sequence_generator.h
@@ -2,23 +2,23 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_TREES_SURFACE_SEQUENCE_GENERATOR_H_
-#define CC_TREES_SURFACE_SEQUENCE_GENERATOR_H_
+#ifndef CC_SURFACES_SURFACE_SEQUENCE_GENERATOR_H_
+#define CC_SURFACES_SURFACE_SEQUENCE_GENERATOR_H_
#include <stdint.h>
#include <tuple>
#include "base/macros.h"
-#include "cc/base/cc_export.h"
#include "cc/surfaces/frame_sink_id.h"
namespace cc {
+
struct SurfaceSequence;
// Generates unique surface sequences for a surface client id.
-class CC_EXPORT SurfaceSequenceGenerator {
+class SurfaceSequenceGenerator {
public:
SurfaceSequenceGenerator();
~SurfaceSequenceGenerator();
@@ -38,4 +38,4 @@ class CC_EXPORT SurfaceSequenceGenerator {
} // namespace cc
-#endif // CC_TREES_SURFACE_SEQUENCE_GENERATOR_H_
+#endif // CC_SURFACES_SURFACE_SEQUENCE_GENERATOR_H_
« no previous file with comments | « cc/surfaces/BUILD.gn ('k') | cc/surfaces/surface_sequence_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698