blob: f8406511533302e3110ade8641d83adf862d6272 [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.
#ifndef COMPONENTS_VIZ_COMMON_VIZ_UTILS_H_
#define COMPONENTS_VIZ_COMMON_VIZ_UTILS_H_
#include "components/viz/common/viz_common_export.h"
namespace viz {
VIZ_COMMON_EXPORT bool PreferRGB565ResourcesForDisplay();
} // namespace viz
#endif // COMPONENTS_VIZ_COMMON_VIZ_UTILS_H_