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

Unified Diff: cc/output/software_renderer.h

Issue 462983003: [WIP] Implement BackGroundFilter as seperate layer in cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/output/gl_renderer.cc ('k') | cc/output/software_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/software_renderer.h
diff --git a/cc/output/software_renderer.h b/cc/output/software_renderer.h
index 5c9fef0ba57d9cf94cb08428c004b5d716a44eb7..52358fc2786d033323deabc4ab67e0bd91486160 100644
--- a/cc/output/software_renderer.h
+++ b/cc/output/software_renderer.h
@@ -19,6 +19,7 @@ class SoftwareOutputDevice;
class CheckerboardDrawQuad;
class DebugBorderDrawQuad;
+class FilterDrawQuad;
class PictureDrawQuad;
class RenderPassDrawQuad;
class SolidColorDrawQuad;
@@ -92,6 +93,7 @@ class CC_EXPORT SoftwareRenderer : public DirectRenderer {
const TileDrawQuad* quad);
void DrawUnsupportedQuad(const DrawingFrame* frame,
const DrawQuad* quad);
+ void DrawFilterQuad(const DrawingFrame* frame, const FilterDrawQuad* quad);
RendererCapabilitiesImpl capabilities_;
bool is_scissor_enabled_;
« no previous file with comments | « cc/output/gl_renderer.cc ('k') | cc/output/software_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698