summaryrefslogtreecommitdiffstats
path: root/skia/skia_Prefix.pch
blob: 5541dea063746a1b24232f18bf5554bd1780ba66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (c) 2008 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.

// Prefix header for all source files in the 'Skia' framework.

#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif

// Include the Skia prefix file.
#include "precompiled.cc"