| Index: Source/platform/graphics/GraphicsContext.cpp
|
| diff --git a/Source/platform/graphics/GraphicsContext.cpp b/Source/platform/graphics/GraphicsContext.cpp
|
| index bfae398b3709edc99df0a662763b8dea1ddac151..3b520972e8eb4336439f2bce9ba2deb66f0e0c47 100644
|
| --- a/Source/platform/graphics/GraphicsContext.cpp
|
| +++ b/Source/platform/graphics/GraphicsContext.cpp
|
| @@ -100,7 +100,6 @@ GraphicsContext::GraphicsContext(SkCanvas* canvas, DisplayItemList* displayItemL
|
| #endif
|
| , m_disabledState(disableContextOrPainting)
|
| , m_deviceScaleFactor(1.0f)
|
| - , m_accelerated(false)
|
| , m_printing(false)
|
| {
|
| // FIXME: Do some tests to determine how many states are typically used, and allocate
|
|
|