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

Side by Side Diff: include/gpu/SkGpuDevice.h

Issue 579733003: Revert "Move SkGpuDevice.h to src/gpu" (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 3 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 | « gyp/gpu.gypi ('k') | src/gpu/SkGpuDevice.h » ('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 /* 2 /*
3 * Copyright 2010 Google Inc. 3 * Copyright 2010 Google Inc.
4 * 4 *
5 * Use of this source code is governed by a BSD-style license that can be 5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file. 6 * found in the LICENSE file.
7 */ 7 */
8 8
9 9
10 10
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 bool bicubic); 199 bool bicubic);
200 200
201 bool drawDashLine(const SkPoint pts[2], const SkPaint& paint); 201 bool drawDashLine(const SkPoint pts[2], const SkPaint& paint);
202 202
203 static SkPicture::AccelData::Key ComputeAccelDataKey(); 203 static SkPicture::AccelData::Key ComputeAccelDataKey();
204 204
205 typedef SkBaseDevice INHERITED; 205 typedef SkBaseDevice INHERITED;
206 }; 206 };
207 207
208 #endif 208 #endif
OLDNEW
« no previous file with comments | « gyp/gpu.gypi ('k') | src/gpu/SkGpuDevice.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698