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

Unified Diff: cc/output/gl_renderer.h

Issue 2136003003: Put background filters on the makeWithFilter() fast-path Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | cc/output/gl_renderer.cc » ('j') | cc/output/gl_renderer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/gl_renderer.h
diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h
index 65e4f49b02885e30e3d1deef4fb857130cdc3222..659b06b58d658e34a57a649aa90a01bbadfb4d15 100644
--- a/cc/output/gl_renderer.h
+++ b/cc/output/gl_renderer.h
@@ -177,7 +177,10 @@ class CC_EXPORT GLRenderer : public DirectRenderer {
sk_sp<SkImage> ApplyBackgroundFilters(DrawingFrame* frame,
const RenderPassDrawQuad* quad,
ScopedResource* background_texture,
- const gfx::RectF& rect);
+ const gfx::RectF& rect,
+ SkIPoint* offset,
+ SkIRect* subset,
+ bool flip_texture);
const TileDrawQuad* CanPassBeDrawnDirectly(const RenderPass* pass) override;
« no previous file with comments | « no previous file | cc/output/gl_renderer.cc » ('j') | cc/output/gl_renderer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698