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

Side by Side Diff: src/gpu/effects/GrCustomXfermodePriv.h

Issue 1135113005: rename GrDrawTargetCaps.h to GrCaps.h and move to include (Closed) Base URL: https://skia.googlesource.com/skia.git@caps
Patch Set: rebase again Created 5 years, 7 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/gpu/effects/GrCoverageSetOpXP.cpp ('k') | src/gpu/effects/GrDashingEffect.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 #ifndef GrCustomXfermodePriv_DEFINED 8 #ifndef GrCustomXfermodePriv_DEFINED
9 #define GrCustomXfermodePriv_DEFINED 9 #define GrCustomXfermodePriv_DEFINED
10 10
11 #include "GrCaps.h"
11 #include "GrCoordTransform.h" 12 #include "GrCoordTransform.h"
12 #include "GrDrawTargetCaps.h"
13 #include "GrFragmentProcessor.h" 13 #include "GrFragmentProcessor.h"
14 #include "GrTextureAccess.h" 14 #include "GrTextureAccess.h"
15 #include "GrXferProcessor.h" 15 #include "GrXferProcessor.h"
16 #include "SkXfermode.h" 16 #include "SkXfermode.h"
17 17
18 class GrGLCaps; 18 class GrGLCaps;
19 class GrGLFragmentProcessor; 19 class GrGLFragmentProcessor;
20 class GrInvariantOutput; 20 class GrInvariantOutput;
21 class GrProcessorKeyBuilder; 21 class GrProcessorKeyBuilder;
22 class GrTexture; 22 class GrTexture;
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 } 83 }
84 84
85 GR_DECLARE_XP_FACTORY_TEST; 85 GR_DECLARE_XP_FACTORY_TEST;
86 86
87 SkXfermode::Mode fMode; 87 SkXfermode::Mode fMode;
88 88
89 typedef GrXPFactory INHERITED; 89 typedef GrXPFactory INHERITED;
90 }; 90 };
91 #endif 91 #endif
92 92
OLDNEW
« no previous file with comments | « src/gpu/effects/GrCoverageSetOpXP.cpp ('k') | src/gpu/effects/GrDashingEffect.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698