Avi Drissman | 3e1a26c | 2022-09-15 20:26:03 | [diff] [blame] | 1 | // Copyright 2016 The Chromium Authors |
timav | fe53c2c6 | 2016-11-23 02:35:46 | [diff] [blame] | 2 | // 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 | |
timav | fe53c2c6 | 2016-11-23 02:35:46 | [diff] [blame] | 11 | namespace ui { |
| 12 | |
Eric Karl | d6cd75b | 2019-03-14 22:01:36 | [diff] [blame] | 13 | UI_ANDROID_EXPORT void SetScreenAndroid(bool use_display_wide_color_gamut); |
timav | fe53c2c6 | 2016-11-23 02:35:46 | [diff] [blame] | 14 | |
| 15 | } // namespace display |
| 16 | |
| 17 | #endif // UI_ANDROID_SCREEN_ANDROID_H_ |