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

Unified Diff: cc/trees/proxy_common.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/trees/property_tree_unittest.cc ('k') | cc/trees/proxy_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/proxy_common.h
diff --git a/cc/trees/proxy_common.h b/cc/trees/proxy_common.h
index 42156f7ec05af40e61ccf82b601d2fe208a7e541..a1346833d7cfcddd29122d0e038af9a48d72ec8b 100644
--- a/cc/trees/proxy_common.h
+++ b/cc/trees/proxy_common.h
@@ -14,10 +14,6 @@
namespace cc {
-namespace proto {
-class BeginMainFrameAndCommitState;
-}
-
class LayerTreeHost;
using BeginFrameCallbackList = std::vector<base::Closure>;
@@ -32,9 +28,6 @@ struct CC_EXPORT BeginMainFrameAndCommitState {
std::unique_ptr<ScrollAndScaleSet> scroll_info;
size_t memory_allocation_limit_bytes = 0;
bool evicted_ui_resources = false;
-
- void ToProtobuf(proto::BeginMainFrameAndCommitState* proto) const;
- void FromProtobuf(const proto::BeginMainFrameAndCommitState& proto);
};
} // namespace cc
« no previous file with comments | « cc/trees/property_tree_unittest.cc ('k') | cc/trees/proxy_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698