8f11e43f8b
Bug: skia:7901 Change-Id: Ic83e9f0c2a493335671fe431ffba6f649812d406 Reviewed-on: https://skia-review.googlesource.com/c/163481 Commit-Queue: Jim Van Verth <jvanverth@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com>
16 lines
308 B
C
16 lines
308 B
C
/*
|
|
* Copyright 2016 Google Inc.
|
|
*
|
|
* Use of this source code is governed by a BSD-style license that can be
|
|
* found in the LICENSE file.
|
|
*/
|
|
|
|
#ifndef SkYUVASizeInfo_DEFINED
|
|
#define SkYUVASizeInfo_DEFINED
|
|
|
|
#include "SkYUVSizeInfo.h"
|
|
|
|
using SkYUVASizeInfo = SkYUVSizeInfo;
|
|
|
|
#endif // SkYUVASizeInfo_DEFINED
|