chromium/ui/gfx/image/image_skia_rep.h

// Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef UI_GFX_IMAGE_IMAGE_SKIA_REP_H_
#define UI_GFX_IMAGE_IMAGE_SKIA_REP_H_

#include "build/blink_buildflags.h"
#include "build/build_config.h"

#if BUILDFLAG(IS_IOS) && !BUILDFLAG(USE_BLINK)
#include "ui/gfx/image/image_skia_rep_ios.h"  // IWYU pragma: export
#else
#include "ui/gfx/image/image_skia_rep_default.h"  // IWYU pragma: export
#endif  // BUILDFLAG(IS_IOS)

#endif  // UI_GFX_IMAGE_IMAGE_SKIA_REP_H_