[go: up one dir, main page]

blob: d5bdb2ab33891ec7b682c0732823bea07bc2c3e5 [file] [log] [blame]
Avi Drissman3e1a26c2022-09-15 20:26:031// Copyright 2016 The Chromium Authors
timavfe53c2c62016-11-23 02:35:462// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef UI_ANDROID_SCREEN_ANDROID_H_
6#define UI_ANDROID_SCREEN_ANDROID_H_
7
8#include <jni.h>
9#include "ui/android/ui_android_export.h"
10
timavfe53c2c62016-11-23 02:35:4611namespace ui {
12
Eric Karld6cd75b2019-03-14 22:01:3613UI_ANDROID_EXPORT void SetScreenAndroid(bool use_display_wide_color_gamut);
timavfe53c2c62016-11-23 02:35:4614
15} // namespace display
16
17#endif // UI_ANDROID_SCREEN_ANDROID_H_