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

Unified Diff: include/core/SkMaskFilter.h

Issue 1225923010: Refugee from Dead Machine 4: MDB Monster Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: update Created 5 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | include/gpu/GrContext.h » ('j') | include/gpu/GrDrawContext.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkMaskFilter.h
diff --git a/include/core/SkMaskFilter.h b/include/core/SkMaskFilter.h
index 4490c6f16ab47774772400eb5f4c5eb81af190b9..c9f7968fbf2bd53ca5a963da2ce5c778d9935653 100644
--- a/include/core/SkMaskFilter.h
+++ b/include/core/SkMaskFilter.h
@@ -17,6 +17,7 @@
class GrClip;
class GrContext;
+class GrDrawContext;
class GrPaint;
class GrRenderTarget;
class SkBitmap;
@@ -97,6 +98,7 @@ public:
* true if drawing was successful.
*/
virtual bool directFilterMaskGPU(GrContext* context,
+ GrDrawContext* drawContext,
bsalomon 2015/07/08 19:06:36 Wondering if we can drop GrContext here (in favor
robertphillips 2015/07/23 18:42:45 Done and landed in https://codereview.chromium.org
GrRenderTarget* rt,
GrPaint* grp,
const GrClip&,
« no previous file with comments | « no previous file | include/gpu/GrContext.h » ('j') | include/gpu/GrDrawContext.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698