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

Unified Diff: third_party/WebKit/Source/core/style/BasicShapes.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/style/BasicShapes.h
diff --git a/third_party/WebKit/Source/core/style/BasicShapes.h b/third_party/WebKit/Source/core/style/BasicShapes.h
index e21249b13b6d9da000ac3dddeff62343bdf47316..260432572fd0bf232e8232b73ebd07b1b9b91f25 100644
--- a/third_party/WebKit/Source/core/style/BasicShapes.h
+++ b/third_party/WebKit/Source/core/style/BasicShapes.h
@@ -78,7 +78,7 @@ protected:
DEFINE_TYPE_CASTS(thisType, BasicShape, value, value->type() == BasicShape::thisType##Type, value.type() == BasicShape::thisType##Type)
class BasicShapeCenterCoordinate {
- DISALLOW_ALLOCATION();
+ DISALLOW_NEW();
public:
enum Direction {
TopLeft,
@@ -117,7 +117,7 @@ private:
};
class BasicShapeRadius {
- DISALLOW_ALLOCATION();
+ DISALLOW_NEW();
public:
enum Type {
Value,
« no previous file with comments | « third_party/WebKit/Source/core/style/AppliedTextDecoration.h ('k') | third_party/WebKit/Source/core/style/BorderData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698