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

Unified Diff: third_party/WebKit/Source/core/layout/TextAutosizer.h

Issue 1406923009: Rename DISALLOW_ALLOCATION and ALLOW_ONLY_INLINE_ALLOCATION (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months 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/core/layout/TextAutosizer.h
diff --git a/third_party/WebKit/Source/core/layout/TextAutosizer.h b/third_party/WebKit/Source/core/layout/TextAutosizer.h
index 7799f1508b5e95a58e57c8280228e6fd53377969..773909c9e32c4a380d0e0eabdd2cda777f37ec60 100644
--- a/third_party/WebKit/Source/core/layout/TextAutosizer.h
+++ b/third_party/WebKit/Source/core/layout/TextAutosizer.h
@@ -220,7 +220,7 @@ private:
// Fingerprints are computed during style recalc, for (some subset of)
// blocks that will become cluster roots.
class FingerprintMapper {
- DISALLOW_ALLOCATION();
+ DISALLOW_NEW();
public:
void add(const LayoutObject*, Fingerprint);
void addTentativeClusterRoot(const LayoutBlock*, Fingerprint);
@@ -241,7 +241,7 @@ private:
};
struct PageInfo {
- DISALLOW_ALLOCATION();
+ DISALLOW_NEW();
PageInfo()
: m_frameWidth(0)
, m_layoutWidth(0)

Powered by Google App Engine
This is Rietveld 408576698