blob: 9947645a48cd5ab173af896271a701a298459cdd [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module skia.mojom;
// Mirror of SkColor
struct SkColor {
uint32 value;
};