| Index: cc/surfaces/frame_sink_manager.h
|
| diff --git a/cc/surfaces/framesink_manager.h b/cc/surfaces/frame_sink_manager.h
|
| similarity index 97%
|
| rename from cc/surfaces/framesink_manager.h
|
| rename to cc/surfaces/frame_sink_manager.h
|
| index bcecb8a220d85900ae42f7cbadc44f7758c2a2d4..b48642f2bdf1c84934fb904f2d123b629476620e 100644
|
| --- a/cc/surfaces/framesink_manager.h
|
| +++ b/cc/surfaces/frame_sink_manager.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_SURFACES_FRAMESINK_MANAGER_H_
|
| -#define CC_SURFACES_FRAMESINK_MANAGER_H_
|
| +#ifndef CC_SURFACES_FRAME_SINK_MANAGER_H_
|
| +#define CC_SURFACES_FRAME_SINK_MANAGER_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -68,7 +68,7 @@ class CC_SURFACES_EXPORT FrameSinkManager {
|
|
|
| // Export list of valid frame_sink_ids for SatisfyDestructionDeps in surface
|
| // may be removed later when References replace Sequences
|
| - std::unordered_set<FrameSinkId, FrameSinkIdHash>* GetValidFrameSinkIds(){
|
| + std::unordered_set<FrameSinkId, FrameSinkIdHash>* GetValidFrameSinkIds() {
|
| return &valid_frame_sink_ids_;
|
| }
|
|
|
| @@ -119,4 +119,4 @@ class CC_SURFACES_EXPORT FrameSinkManager {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_SURFACES_FRAMESINK_MANAGER_H_
|
| +#endif // CC_SURFACES_FRAME_SINK_MANAGER_H_
|
|
|