Refactor WebsiteSettings to operate on a SecurityInfo
[chromium-blink-merge.git] / blimp / common / proto / compositor.proto
blobbd5f826bdff89e30b627f7cfc38889ce9df6d8f9
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 // Message definitions for the compositor subprotocol.
7 // TODO(nyquist): Import cc proto files.
9 syntax = "proto2";
11 option optimize_for = LITE_RUNTIME;
13 package blimp;
15 message CompositorMessage {
16   // TODO(nyquist): Include the cc proto message here.