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

Unified Diff: cc/proto/synced_property_conversions.h

Issue 2493853002: cc/blimp: Proto Cleanup. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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/proto/synced_property.proto ('k') | cc/proto/synced_property_conversions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/synced_property_conversions.h
diff --git a/cc/proto/synced_property_conversions.h b/cc/proto/synced_property_conversions.h
deleted file mode 100644
index 7f3c62308ead93e2c2e0fa2f07aa489b22a38858..0000000000000000000000000000000000000000
--- a/cc/proto/synced_property_conversions.h
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright 2016 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_PROTO_SYNCED_PROPERTY_CONVERSIONS_H_
-#define CC_PROTO_SYNCED_PROPERTY_CONVERSIONS_H_
-
-#include "cc/base/cc_export.h"
-#include "cc/trees/property_tree.h"
-
-namespace cc {
-
-namespace proto {
-class SyncedProperty;
-} // namespace proto
-
-CC_EXPORT void SyncedScrollOffsetToProto(
- const SyncedScrollOffset& synced_scroll_offset,
- proto::SyncedProperty* proto);
-CC_EXPORT void ProtoToSyncedScrollOffset(
- const proto::SyncedProperty& proto,
- SyncedScrollOffset* synced_scroll_offset);
-
-} // namespace cc
-
-#endif // CC_PROTO_SYNCED_PROPERTY_CONVERSIONS_H_
« no previous file with comments | « cc/proto/synced_property.proto ('k') | cc/proto/synced_property_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698