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

Unified Diff: third_party/WebKit/Source/platform/text/TextStream.h

Issue 1521923002: Make platform/text to use USING_FAST_MALLOC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « third_party/WebKit/Source/platform/text/TextRunIterator.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/text/TextStream.h
diff --git a/third_party/WebKit/Source/platform/text/TextStream.h b/third_party/WebKit/Source/platform/text/TextStream.h
index 69d6b9048fd8d9191611f767bbff24974bfc66ca..b23c12c31fc6e4946492f38f263051e62f6daae7 100644
--- a/third_party/WebKit/Source/platform/text/TextStream.h
+++ b/third_party/WebKit/Source/platform/text/TextStream.h
@@ -44,7 +44,8 @@ class LayoutPoint;
class LayoutRect;
class LayoutSize;
-class PLATFORM_EXPORT TextStream {
+class PLATFORM_EXPORT TextStream final {
+ STACK_ALLOCATED();
public:
struct FormatNumberRespectingIntegers {
FormatNumberRespectingIntegers(double number) : value(number) { }
« no previous file with comments | « third_party/WebKit/Source/platform/text/TextRunIterator.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698