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

Side by Side Diff: gm/degeneratesegments.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/cubicpaths.cpp ('k') | gm/drawable.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 #include "gm.h" 7 #include "gm.h"
8 #include "SkCanvas.h" 8 #include "SkCanvas.h"
9 #include "SkPaint.h" 9 #include "SkPaint.h"
10 #include "SkPath.h"
11 #include "SkRandom.h" 10 #include "SkRandom.h"
12 11
13 namespace skiagm { 12 namespace skiagm {
14 13
15 class DegenerateSegmentsGM : public GM { 14 class DegenerateSegmentsGM : public GM {
16 public: 15 public:
17 DegenerateSegmentsGM() {} 16 DegenerateSegmentsGM() {}
18 17
19 protected: 18 protected:
20 struct PathAndName { 19 struct PathAndName {
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 private: 391 private:
393 typedef GM INHERITED; 392 typedef GM INHERITED;
394 }; 393 };
395 394
396 ////////////////////////////////////////////////////////////////////////////// 395 //////////////////////////////////////////////////////////////////////////////
397 396
398 static GM* MyFactory(void*) { return new DegenerateSegmentsGM; } 397 static GM* MyFactory(void*) { return new DegenerateSegmentsGM; }
399 static GMRegistry reg(MyFactory); 398 static GMRegistry reg(MyFactory);
400 399
401 } 400 }
OLDNEW
« no previous file with comments | « gm/cubicpaths.cpp ('k') | gm/drawable.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698