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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.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/paint/PaintLayerScrollableArea.h
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
index a4029cb13df8d404d1e7ec67f0cdd481587b96e6..c09f35f39228b636edaae3530f0f52520dee3ad2 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
@@ -104,7 +104,7 @@ class CORE_EXPORT PaintLayerScrollableArea final : public NoBaseWillBeGarbageCol
private:
class ScrollbarManager {
- DISALLOW_ALLOCATION();
+ DISALLOW_NEW();
// Helper class to manage the life cycle of Scrollbar objects. Some layout containers
// (e.g., flexbox, table) run multi-pass layout on their children, applying different

Powered by Google App Engine
This is Rietveld 408576698