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

Unified Diff: cc/surfaces/frame_sink_manager.h

Issue 2852163002: cc: framesink_manager* => frame_sink_manager* (Closed)
Patch Set: Created 3 years, 8 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/compositor_frame_sink_support.h ('k') | cc/surfaces/frame_sink_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « cc/surfaces/compositor_frame_sink_support.h ('k') | cc/surfaces/frame_sink_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698