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

Side by Side Diff: gm/degeneratesegments.cpp

Issue 1265033002: IWYU: 'core' target, files starting A-C. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rebase (a file was deleted). 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"
10 #include "SkRandom.h" 11 #include "SkRandom.h"
11 12
12 namespace skiagm { 13 namespace skiagm {
13 14
14 class DegenerateSegmentsGM : public GM { 15 class DegenerateSegmentsGM : public GM {
15 public: 16 public:
16 DegenerateSegmentsGM() {} 17 DegenerateSegmentsGM() {}
17 18
18 protected: 19 protected:
19 struct PathAndName { 20 struct PathAndName {
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 private: 392 private:
392 typedef GM INHERITED; 393 typedef GM INHERITED;
393 }; 394 };
394 395
395 ////////////////////////////////////////////////////////////////////////////// 396 //////////////////////////////////////////////////////////////////////////////
396 397
397 static GM* MyFactory(void*) { return new DegenerateSegmentsGM; } 398 static GM* MyFactory(void*) { return new DegenerateSegmentsGM; }
398 static GMRegistry reg(MyFactory); 399 static GMRegistry reg(MyFactory);
399 400
400 } 401 }
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