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

Unified Diff: cc/proto/layer_tree_host.proto

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/proto/layer_tree.proto ('k') | cc/proto/point.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
-}
« no previous file with comments | « cc/proto/layer_tree.proto ('k') | cc/proto/point.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698