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

Unified Diff: cc/output/renderer_settings.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/managed_memory_policy_unittest.cc ('k') | cc/output/renderer_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/renderer_settings.h
diff --git a/cc/output/renderer_settings.h b/cc/output/renderer_settings.h
index 16e8be9f384d08d729be23d9e681124af60aa3dc..eb157a39245e0872b887306d0420e7f49c5a3ad3 100644
--- a/cc/output/renderer_settings.h
+++ b/cc/output/renderer_settings.h
@@ -13,10 +13,6 @@
namespace cc {
-namespace proto {
-class RendererSettings;
-} // namespace proto
-
class CC_EXPORT RendererSettings {
public:
RendererSettings();
@@ -40,9 +36,6 @@ class CC_EXPORT RendererSettings {
ResourceFormat preferred_tile_format;
BufferToTextureTargetMap buffer_to_texture_target_map;
- void ToProtobuf(proto::RendererSettings* proto) const;
- void FromProtobuf(const proto::RendererSettings& proto);
-
bool operator==(const RendererSettings& other) const;
};
« no previous file with comments | « cc/output/managed_memory_policy_unittest.cc ('k') | cc/output/renderer_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698