1868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)
2868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)/*
3868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles) * Copyright 2006 The Android Open Source Project
4868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles) *
5868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles) * Use of this source code is governed by a BSD-style license that can be
6868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles) * found in the LICENSE file.
7868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles) */
8868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)
9868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)
10868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)#include "SkDisplayScreenplay.h"
11868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)
12868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)#if SK_USE_CONDENSED_INFO == 0
13868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)
14868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)const SkMemberInfo SkDisplayScreenplay::fInfo[] = {
15868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)    SK_MEMBER(time, MSec)
16eb525c5499e34cc9c4b825d6d9e75bb07cc06aceBen Murdoch};
17ca12bfac764ba476d6cd062bf1dde12cc64c3f40Ben Murdoch
18eb525c5499e34cc9c4b825d6d9e75bb07cc06aceBen Murdoch#endif
19868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)
20868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)DEFINE_GET_MEMBER(SkDisplayScreenplay);
21868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)