Index: Source/core/dom/ViewportDescription.h |
diff --git a/Source/core/dom/ViewportDescription.h b/Source/core/dom/ViewportDescription.h |
index 58fb3155f625dbc176dc3fb9e93726ccaf94e1db..3d176554eb0c7e53a3db5408f116a38b3086146a 100644 |
--- a/Source/core/dom/ViewportDescription.h |
+++ b/Source/core/dom/ViewportDescription.h |
@@ -32,12 +32,14 @@ |
#include "core/frame/PageScaleConstraints.h" |
#include "platform/Length.h" |
#include "platform/geometry/FloatSize.h" |
+#include "wtf/Allocator.h" |
namespace blink { |
class LocalFrame; |
struct CORE_EXPORT ViewportDescription { |
+ DISALLOW_ALLOCATION(); |
enum Type { |
// These are ordered in increasing importance. |