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

Unified Diff: cc/ipc/cc_param_traits.h

Issue 2661543002: Rename LocalFrameId to LocalSurfaceId (Closed)
Patch Set: c Created 3 years, 11 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/ipc/OWNERS ('k') | cc/ipc/cc_param_traits.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/cc_param_traits.h
diff --git a/cc/ipc/cc_param_traits.h b/cc/ipc/cc_param_traits.h
index c9f1bfa73d460cbe8082425d2d494fdd49307bd9..f1e2bffcc4479a02c5ec1923020f3fb42b379511 100644
--- a/cc/ipc/cc_param_traits.h
+++ b/cc/ipc/cc_param_traits.h
@@ -78,8 +78,8 @@ struct CC_IPC_EXPORT ParamTraits<cc::FrameSinkId> {
};
template <>
-struct CC_IPC_EXPORT ParamTraits<cc::LocalFrameId> {
- typedef cc::LocalFrameId param_type;
+struct CC_IPC_EXPORT ParamTraits<cc::LocalSurfaceId> {
+ typedef cc::LocalSurfaceId param_type;
static void GetSize(base::PickleSizer* s, const param_type& p);
static void Write(base::Pickle* m, const param_type& p);
static bool Read(const base::Pickle* m,
« no previous file with comments | « cc/ipc/OWNERS ('k') | cc/ipc/cc_param_traits.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698