Index: third_party/WebKit/Source/core/paint/ThemePainter.h |
diff --git a/third_party/WebKit/Source/core/paint/ThemePainter.h b/third_party/WebKit/Source/core/paint/ThemePainter.h |
index 80ec3bd3080e4432bfb00911daa3436b6a5ee2e4..456392d0856d8ae5d321cea65f763700bcf324a5 100644 |
--- a/third_party/WebKit/Source/core/paint/ThemePainter.h |
+++ b/third_party/WebKit/Source/core/paint/ThemePainter.h |
@@ -34,7 +34,7 @@ class LayoutObject; |
struct PaintInfo; |
class ThemePainter { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
public: |
// This method is called to paint the widget as a background of the LayoutObject. A widget's foreground, e.g., the |
// text of a button, is always rendered by the engine itself. The boolean return value indicates |