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

Side by Side Diff: src/svg/SkSVGDevice.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 | « src/ports/SkFontHost_FreeType.cpp ('k') | src/utils/SkDeferredCanvas.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 2015 Google Inc. 2 * Copyright 2015 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 "SkSVGDevice.h" 8 #include "SkSVGDevice.h"
9 9
10 #include "SkBase64.h" 10 #include "SkBase64.h"
11 #include "SkBitmap.h" 11 #include "SkBitmap.h"
12 #include "SkChecksum.h" 12 #include "SkChecksum.h"
13 #include "SkClipStack.h"
13 #include "SkData.h" 14 #include "SkData.h"
14 #include "SkDraw.h" 15 #include "SkDraw.h"
15 #include "SkImageEncoder.h" 16 #include "SkImageEncoder.h"
16 #include "SkPaint.h" 17 #include "SkPaint.h"
17 #include "SkParsePath.h" 18 #include "SkParsePath.h"
18 #include "SkShader.h" 19 #include "SkShader.h"
19 #include "SkStream.h" 20 #include "SkStream.h"
20 #include "SkTHash.h" 21 #include "SkTHash.h"
21 #include "SkTypeface.h" 22 #include "SkTypeface.h"
22 #include "SkUtils.h" 23 #include "SkUtils.h"
(...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after
808 const SkPaint& paint) { 809 const SkPaint& paint) {
809 // todo 810 // todo
810 SkDebugf("unsupported operation: drawVertices()\n"); 811 SkDebugf("unsupported operation: drawVertices()\n");
811 } 812 }
812 813
813 void SkSVGDevice::drawDevice(const SkDraw&, SkBaseDevice*, int x, int y, 814 void SkSVGDevice::drawDevice(const SkDraw&, SkBaseDevice*, int x, int y,
814 const SkPaint&) { 815 const SkPaint&) {
815 // todo 816 // todo
816 SkDebugf("unsupported operation: drawDevice()\n"); 817 SkDebugf("unsupported operation: drawDevice()\n");
817 } 818 }
OLDNEW
« no previous file with comments | « src/ports/SkFontHost_FreeType.cpp ('k') | src/utils/SkDeferredCanvas.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698