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

Unified Diff: third_party/WebKit/Source/platform/text/TabSize.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
Index: third_party/WebKit/Source/platform/text/TabSize.h
diff --git a/third_party/WebKit/Source/platform/text/TabSize.h b/third_party/WebKit/Source/platform/text/TabSize.h
index 2503183b722cdd86a75b830fd9984782c15f536a..e370cd46e316fda27c5408cb30ecb625acf42b37 100644
--- a/third_party/WebKit/Source/platform/text/TabSize.h
+++ b/third_party/WebKit/Source/platform/text/TabSize.h
@@ -5,9 +5,12 @@
#ifndef TabSize_h
#define TabSize_h
+#include "wtf/Allocator.h"
+
namespace blink {
struct TabSize {
+ DISALLOW_NEW();
TabSize(float pixels)
: m_floatValue(pixels)
, m_isSpaces(0)
« no previous file with comments | « third_party/WebKit/Source/platform/text/SuffixTree.h ('k') | third_party/WebKit/Source/platform/text/TextBreakIterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698