Index: Source/platform/graphics/GraphicsContextState.h |
diff --git a/Source/platform/graphics/GraphicsContextState.h b/Source/platform/graphics/GraphicsContextState.h |
index 5239eedf9c2339eb687896641c6df6c433b37ef0..9dbbcfc305e26c424a23ca8640dbad486ae8027f 100644 |
--- a/Source/platform/graphics/GraphicsContextState.h |
+++ b/Source/platform/graphics/GraphicsContextState.h |
@@ -44,7 +44,7 @@ namespace blink { |
// Encapsulates the state information we store for each pushed graphics state. |
// Only GraphicsContext can use this class. |
-class PLATFORM_EXPORT GraphicsContextState FINAL { |
+class PLATFORM_EXPORT GraphicsContextState final { |
public: |
static PassOwnPtr<GraphicsContextState> create() |
{ |