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

Side by Side Diff: cc/proto/recording_source.proto

Issue 2493853002: cc/blimp: Proto Cleanup. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « cc/proto/property_tree.proto ('k') | cc/proto/region.proto » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 syntax = "proto2";
6
7 import "size.proto";
8
9 option optimize_for = LITE_RUNTIME;
10
11 package cc.proto;
12
13 // A serialized representation of the RecordingSource class.
14 message RecordingSource {
15 optional Size size = 1;
16 optional int64 slow_down_raster_scale_factor_for_debug = 2;
17 optional bool generate_discardable_images_metadata = 3;
18 optional bool requires_clear = 4;
19 optional bool is_solid_color = 5;
20 optional bool clear_canvas_with_debug_color = 6;
21 optional uint64 solid_color = 7;
22 optional uint64 background_color = 8;
23 }
OLDNEW
« no previous file with comments | « cc/proto/property_tree.proto ('k') | cc/proto/region.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698