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

Unified Diff: cc/layers/layer.cc

Issue 1527863002: Serialize PictureLayer properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased and added comment Created 4 years, 12 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/layers/empty_content_layer_client.cc ('k') | cc/layers/layer_proto_converter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer.cc
diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc
index 663f4ae6cd7b093b80b3fcd32c94fe2f13bd3674..9d82b58cbaef05eed18197201ba1c7acaf0f558a 100644
--- a/cc/layers/layer.cc
+++ b/cc/layers/layer.cc
@@ -1361,7 +1361,7 @@ void Layer::PushPropertiesTo(LayerImpl* layer) {
}
void Layer::SetTypeForProtoSerialization(proto::LayerNode* proto) const {
- proto->set_type(proto::LayerType::Base);
+ proto->set_type(proto::LayerType::LAYER);
}
void Layer::ToLayerNodeProto(proto::LayerNode* proto) const {
« no previous file with comments | « cc/layers/empty_content_layer_client.cc ('k') | cc/layers/layer_proto_converter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698