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

Unified Diff: cc/test/push_properties_counting_layer.cc

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/push_properties_counting_layer.h ('k') | cc/test/remote_client_layer_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/push_properties_counting_layer.cc
diff --git a/cc/test/push_properties_counting_layer.cc b/cc/test/push_properties_counting_layer.cc
index 5719cc2cf9a55fe9b847f98fb8a7654015e22b69..f2acf553189e2aee50a44bbcbdb2bafd31ea3e48 100644
--- a/cc/test/push_properties_counting_layer.cc
+++ b/cc/test/push_properties_counting_layer.cc
@@ -31,17 +31,6 @@ std::unique_ptr<LayerImpl> PushPropertiesCountingLayer::CreateLayerImpl(
return PushPropertiesCountingLayerImpl::Create(tree_impl, Layer::id());
}
-void PushPropertiesCountingLayer::ToLayerPropertiesProto(
- proto::LayerProperties* proto) {
- Layer::ToLayerPropertiesProto(proto);
- AddPushPropertiesCount();
-}
-
-void PushPropertiesCountingLayer::SetTypeForProtoSerialization(
- proto::LayerNode* proto) const {
- proto->set_type(proto::LayerNode::PUSH_PROPERTIES_COUNTING_LAYER);
-}
-
void PushPropertiesCountingLayer::MakePushProperties() {
SetContentsOpaque(!contents_opaque());
}
« no previous file with comments | « cc/test/push_properties_counting_layer.h ('k') | cc/test/remote_client_layer_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698