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

Unified Diff: cc/output/managed_memory_policy.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/output/begin_frame_args_unittest.cc ('k') | cc/output/managed_memory_policy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/managed_memory_policy.h
diff --git a/cc/output/managed_memory_policy.h b/cc/output/managed_memory_policy.h
index 54fa271d0bf25d1adfed02513ed020e97fe57c12..953e6ec1da8963b4c370e77998c761bc6ac2de9b 100644
--- a/cc/output/managed_memory_policy.h
+++ b/cc/output/managed_memory_policy.h
@@ -30,9 +30,6 @@ struct CC_EXPORT ManagedMemoryPolicy {
bool operator==(const ManagedMemoryPolicy&) const;
bool operator!=(const ManagedMemoryPolicy&) const;
- void ToProtobuf(proto::ManagedMemoryPolicy* proto) const;
- void FromProtobuf(const proto::ManagedMemoryPolicy& proto);
-
size_t bytes_limit_when_visible;
gpu::MemoryAllocation::PriorityCutoff priority_cutoff_when_visible;
size_t num_resources_limit;
« no previous file with comments | « cc/output/begin_frame_args_unittest.cc ('k') | cc/output/managed_memory_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698