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

Unified Diff: third_party/WebKit/Source/platform/graphics/CompositingReasons.h

Issue 2606863002: Complete XXXPaintPropertyNode::operator== and toString() (Closed)
Patch Set: - 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 | third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/graphics/CompositingReasons.h
diff --git a/third_party/WebKit/Source/platform/graphics/CompositingReasons.h b/third_party/WebKit/Source/platform/graphics/CompositingReasons.h
index e0d8667ac2a8733f308fcb0a47fc0aa770115095..b322682c20812c84e883b68e73da2114ddcb2788 100644
--- a/third_party/WebKit/Source/platform/graphics/CompositingReasons.h
+++ b/third_party/WebKit/Source/platform/graphics/CompositingReasons.h
@@ -7,6 +7,7 @@
#include "platform/PlatformExport.h"
#include "wtf/Allocator.h"
+#include "wtf/text/WTFString.h"
#include <stdint.h>
namespace blink {
@@ -181,6 +182,7 @@ struct CompositingReasonStringMap {
PLATFORM_EXPORT extern const CompositingReasonStringMap
kCompositingReasonStringMap[];
PLATFORM_EXPORT extern const size_t kNumberOfCompositingReasons;
+PLATFORM_EXPORT String compositingReasonsAsString(CompositingReasons);
} // namespace blink
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698