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

Unified Diff: cc/trees/layer_tree_settings.h

Issue 2646623002: cc: Remove all blimp code from cc. (Closed)
Patch Set: test build 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/trees/layer_tree_host_unittest_scroll.cc ('k') | cc/trees/layer_tree_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_settings.h
diff --git a/cc/trees/layer_tree_settings.h b/cc/trees/layer_tree_settings.h
index 88c7002fd502a58cd8c5d6aa3cb499800bc26230..3302a86d8f12f1fae59983e4d7107493a3d9effd 100644
--- a/cc/trees/layer_tree_settings.h
+++ b/cc/trees/layer_tree_settings.h
@@ -20,10 +20,6 @@
namespace cc {
-namespace proto {
-class LayerTreeSettings;
-} // namespace proto
-
class CC_EXPORT LayerTreeSettings {
public:
LayerTreeSettings();
@@ -32,9 +28,6 @@ class CC_EXPORT LayerTreeSettings {
bool operator==(const LayerTreeSettings& other) const;
- void ToProtobuf(proto::LayerTreeSettings* proto) const;
- void FromProtobuf(const proto::LayerTreeSettings& proto);
-
SchedulerSettings ToSchedulerSettings() const;
RendererSettings renderer_settings;
« no previous file with comments | « cc/trees/layer_tree_host_unittest_scroll.cc ('k') | cc/trees/layer_tree_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698