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

Unified Diff: cc/output/filter_operation.h

Issue 2042413003: Implement cc::FilterOperation StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased + Addressed Enne's comment Created 4 years, 6 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/ipc/typemaps.gni ('k') | cc/output/filter_operation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/filter_operation.h
diff --git a/cc/output/filter_operation.h b/cc/output/filter_operation.h
index 8f9c2f027b6bacdd704cc19da08cc189e6fa51de..c729e0b173bfa9f26a8f34ad076db0772812a4f9 100644
--- a/cc/output/filter_operation.h
+++ b/cc/output/filter_operation.h
@@ -49,6 +49,8 @@ class CC_EXPORT FilterOperation {
FILTER_TYPE_LAST = ALPHA_THRESHOLD
};
+ FilterOperation();
+
FilterOperation(const FilterOperation& other);
~FilterOperation();
« no previous file with comments | « cc/ipc/typemaps.gni ('k') | cc/output/filter_operation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698