| Index: third_party/WebKit/Source/platform/graphics/CanvasMetrics.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/CanvasMetrics.h b/third_party/WebKit/Source/platform/graphics/CanvasMetrics.h
|
| index fa9174d83818f852e08739cf6bfc7ce780fb48b1..ea66451862c35d2ec2827cb33926b0b6221d81d4 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/CanvasMetrics.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/CanvasMetrics.h
|
| @@ -6,10 +6,12 @@
|
| #define CanvasMetrics_h
|
|
|
| #include "platform/PlatformExport.h"
|
| +#include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
| class PLATFORM_EXPORT CanvasMetrics {
|
| + STATIC_ONLY(CanvasMetrics);
|
| public:
|
| enum CanvasContextUsage {
|
| CanvasCreated = 0,
|
|
|