Index: cc/proto/layer_tree_host.proto |
diff --git a/cc/proto/layer_tree_host.proto b/cc/proto/layer_tree_host.proto |
deleted file mode 100644 |
index dabfba399866a7ed2a691eb898c82e52953605e5..0000000000000000000000000000000000000000 |
--- a/cc/proto/layer_tree_host.proto |
+++ /dev/null |
@@ -1,31 +0,0 @@ |
-// Copyright 2015 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-syntax = "proto2"; |
- |
-import "display_item.proto"; |
-import "layer.proto"; |
-import "layer_tree.proto"; |
- |
-package cc.proto; |
- |
-option optimize_for = LITE_RUNTIME; |
- |
-message SkPictureData { |
- optional SkPictureID id = 1; |
- optional bytes payload = 2; /* SkData */ |
-} |
- |
-message SkPictures { |
- repeated SkPictureData pictures = 1; |
-} |
- |
-message LayerTreeHost { |
- // Not all members of LayerTreeHost are serialized, as they are not helpful |
- // for remote usage. See implementation of |
- // cc::LayerTreeHost::ToProtobufForCommit for details. |
- optional LayerTree layer_tree = 36; |
- optional LayerUpdate layer_updates = 28; |
- optional SkPictures pictures = 38; |
-} |