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

Unified Diff: cc/test/push_properties_counting_layer.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/test/picture_cache_model.cc ('k') | cc/test/push_properties_counting_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/push_properties_counting_layer.h
diff --git a/cc/test/push_properties_counting_layer.h b/cc/test/push_properties_counting_layer.h
index 419da86a7f8ac3163a58d6992a166ff55b06aecd..04dea99f55cd788a39383ec97d35648b4da4e0ee 100644
--- a/cc/test/push_properties_counting_layer.h
+++ b/cc/test/push_properties_counting_layer.h
@@ -10,7 +10,6 @@
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "cc/layers/layer.h"
-#include "cc/proto/layer.pb.h"
namespace cc {
@@ -24,8 +23,6 @@ class PushPropertiesCountingLayer : public Layer {
// Layer implementation.
void PushPropertiesTo(LayerImpl* layer) override;
std::unique_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl) override;
- void ToLayerPropertiesProto(proto::LayerProperties* proto) override;
- void SetTypeForProtoSerialization(proto::LayerNode* proto) const override;
// Something to make this layer push properties, but no other layer.
void MakePushProperties();
« no previous file with comments | « cc/test/picture_cache_model.cc ('k') | cc/test/push_properties_counting_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698