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

Side by Side Diff: gm/poly2poly.cpp

Issue 1273613002: Revert of IWYU: 'core' target, files starting A-C. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « gm/plus.cpp ('k') | gm/quadpaths.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2011 Google Inc. 2 * Copyright 2011 Google Inc.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 7
8 #include "gm.h" 8 #include "gm.h"
9 #include "Resources.h" 9 #include "Resources.h"
10 #include "SkPath.h"
11 #include "SkTypeface.h" 10 #include "SkTypeface.h"
12 11
13 class SkJSCanvas { 12 class SkJSCanvas {
14 public: 13 public:
15 SkJSCanvas(SkCanvas* target); 14 SkJSCanvas(SkCanvas* target);
16 ~SkJSCanvas(); 15 ~SkJSCanvas();
17 16
18 void save(); 17 void save();
19 void restore(); 18 void restore();
20 19
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 } 271 }
273 272
274 private: 273 private:
275 typedef skiagm::GM INHERITED; 274 typedef skiagm::GM INHERITED;
276 SkAutoTUnref<SkTypeface> fEmFace; 275 SkAutoTUnref<SkTypeface> fEmFace;
277 }; 276 };
278 277
279 ////////////////////////////////////////////////////////////////////////////// 278 //////////////////////////////////////////////////////////////////////////////
280 279
281 DEF_GM( return new Poly2PolyGM; ) 280 DEF_GM( return new Poly2PolyGM; )
OLDNEW
« no previous file with comments | « gm/plus.cpp ('k') | gm/quadpaths.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698