Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(497)

Side by Side Diff: skia/ext/platform_device_mac.cc

Issue 6732027: Replace include with forward declarations.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « skia/ext/platform_device_mac.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "skia/ext/bitmap_platform_device_mac.h" 5 #include "skia/ext/bitmap_platform_device_mac.h"
6 6
7 #import <ApplicationServices/ApplicationServices.h>
7 #include "skia/ext/skia_utils_mac.h" 8 #include "skia/ext/skia_utils_mac.h"
8 #include "third_party/skia/include/core/SkMatrix.h" 9 #include "third_party/skia/include/core/SkMatrix.h"
9 #include "third_party/skia/include/core/SkPath.h" 10 #include "third_party/skia/include/core/SkPath.h"
10 #include "third_party/skia/include/core/SkTypes.h" 11 #include "third_party/skia/include/core/SkTypes.h"
11 #include "third_party/skia/include/core/SkUtils.h" 12 #include "third_party/skia/include/core/SkUtils.h"
12 13
13 namespace skia { 14 namespace skia {
14 15
15 namespace { 16 namespace {
16 17
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 path.transform(transformation); 158 path.transform(transformation);
158 // TODO(playmobil): Implement. 159 // TODO(playmobil): Implement.
159 SkASSERT(false); 160 SkASSERT(false);
160 // LoadPathToDC(context, path); 161 // LoadPathToDC(context, path);
161 // hrgn = PathToRegion(context); 162 // hrgn = PathToRegion(context);
162 } 163 }
163 } 164 }
164 165
165 } // namespace skia 166 } // namespace skia
166 167
OLDNEW
« no previous file with comments | « skia/ext/platform_device_mac.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698