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

Unified Diff: cc/output/filter_operations.h

Issue 2574713003: Add toString() for paint property node classes (Closed)
Patch Set: Update test Created 4 years 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/filter_operations.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/filter_operations.h
diff --git a/cc/output/filter_operations.h b/cc/output/filter_operations.h
index 487962eb314133ca2da6a60def138a1ddca7014f..b5eb78026755ea3994de2372e99b60f4173796df 100644
--- a/cc/output/filter_operations.h
+++ b/cc/output/filter_operations.h
@@ -90,6 +90,7 @@ class CC_EXPORT FilterOperations {
FilterOperations Blend(const FilterOperations& from, double progress) const;
void AsValueInto(base::trace_event::TracedValue* value) const;
+ std::string ToString() const;
private:
std::vector<FilterOperation> operations_;
« no previous file with comments | « no previous file | cc/output/filter_operations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698