| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| index dcb5611f20c864ae55b4eb8ff798bc5331bfa424..fbe87fc2a40281c92a4e2f1d2191ec128989b97b 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| @@ -333,8 +333,6 @@ private:
|
| bool m_hasClipParent : 1;
|
|
|
| bool m_painted : 1;
|
| - bool m_textPainted : 1;
|
| - bool m_imagePainted : 1;
|
|
|
| bool m_isTrackingPaintInvalidations : 1;
|
|
|
|
|