| Index: cc/surfaces/frame_sink_manager_client.h
|
| diff --git a/cc/surfaces/framesink_manager_client.h b/cc/surfaces/frame_sink_manager_client.h
|
| similarity index 78%
|
| rename from cc/surfaces/framesink_manager_client.h
|
| rename to cc/surfaces/frame_sink_manager_client.h
|
| index 18edf9bb9137bb9a8cd77ad3dfd699fff69f2669..83784b9b9ece21b4287386e46f5f79cd500b807d 100644
|
| --- a/cc/surfaces/framesink_manager_client.h
|
| +++ b/cc/surfaces/frame_sink_manager_client.h
|
| @@ -1,8 +1,8 @@
|
| // Copyright 2017 The Chromium Authors. All rights reserved.
|
| // 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_CLIENT_H_
|
| -#define CC_SURFACES_FRAMESINK_MANAGER_CLIENT_H_
|
| +#ifndef CC_SURFACES_FRAME_SINK_MANAGER_CLIENT_H_
|
| +#define CC_SURFACES_FRAME_SINK_MANAGER_CLIENT_H_
|
|
|
| #include "cc/scheduler/begin_frame_source.h"
|
| #include "cc/surfaces/surfaces_export.h"
|
| @@ -19,4 +19,4 @@ class CC_SURFACES_EXPORT FrameSinkManagerClient {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_SURFACES_FRAMESINK_MANAGER_CLIENT_H_
|
| +#endif // CC_SURFACES_FRAME_SINK_MANAGER_CLIENT_H_
|
|
|