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

Unified Diff: cc/quads/draw_quad.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/software_renderer.cc ('k') | cc/quads/filter_draw_quad.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/quads/draw_quad.h
diff --git a/cc/quads/draw_quad.h b/cc/quads/draw_quad.h
index 61ca35863f44b42f804845780d5d9c22e0256961..d469109af392a47519dd4b402db8c3aefaf5d110 100644
--- a/cc/quads/draw_quad.h
+++ b/cc/quads/draw_quad.h
@@ -37,6 +37,7 @@ class CC_EXPORT DrawQuad {
INVALID,
CHECKERBOARD,
DEBUG_BORDER,
+ FILTER_CONTENT,
IO_SURFACE_CONTENT,
PICTURE_CONTENT,
RENDER_PASS,
« no previous file with comments | « cc/output/software_renderer.cc ('k') | cc/quads/filter_draw_quad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698