Sign in
chromium
/
chromium
/
src.git
/
4eef337a54cd51af5d2d12a1dd32f5581ef265d4
/
.
/
skia
/
public
/
mojom
/
skcolor.mojom
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
;
};