screen_android.h 459 B

1234567891011121314151617
  1. // Copyright 2016 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef UI_ANDROID_SCREEN_ANDROID_H_
  5. #define UI_ANDROID_SCREEN_ANDROID_H_
  6. #include <jni.h>
  7. #include "ui/android/ui_android_export.h"
  8. namespace ui {
  9. UI_ANDROID_EXPORT void SetScreenAndroid(bool use_display_wide_color_gamut);
  10. } // namespace display
  11. #endif // UI_ANDROID_SCREEN_ANDROID_H_