| 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_
|
|
|