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

Unified Diff: third_party/WebKit/Source/platform/graphics/CompositorFilterOperations.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
Index: third_party/WebKit/Source/platform/graphics/CompositorFilterOperations.h
diff --git a/third_party/WebKit/Source/platform/graphics/CompositorFilterOperations.h b/third_party/WebKit/Source/platform/graphics/CompositorFilterOperations.h
index d1cef2719ae727af2be7873e051045da852ebd22..a73bf88bfca7974983af3440fc41fe3eaa629f77 100644
--- a/third_party/WebKit/Source/platform/graphics/CompositorFilterOperations.h
+++ b/third_party/WebKit/Source/platform/graphics/CompositorFilterOperations.h
@@ -10,6 +10,7 @@
#include "platform/geometry/IntPoint.h"
#include "platform/graphics/Color.h"
#include "third_party/skia/include/core/SkScalar.h"
+#include "wtf/text/WTFString.h"
class SkImageFilter;
@@ -51,6 +52,8 @@ class PLATFORM_EXPORT CompositorFilterOperations {
bool equalsIgnoringReferenceFilters(const CompositorFilterOperations&) const;
#endif
+ String toString() const;
+
private:
cc::FilterOperations m_filterOperations;
};

Powered by Google App Engine
This is Rietveld 408576698