Cast: Stop logging kVideoFrameSentToEncoder and rename a couple events.
[chromium-blink-merge.git] / ppapi / api / dev / pp_optional_structs_dev.idl
blob3e0829fe40f4c6bad58a37ac887b4f061beaf1a1
1 /* Copyright 2013 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 */
6 /**
7 * This file defines optional structs for primitive types.
8 */
10 struct PP_Optional_Double_Dev {
11 double_t value;
12 PP_Bool is_set;