| 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 8a2c6373479e8a36b015d161bf2923e2cf6b83e3..ef5f4744bedf091c24e0b620ae3c938eb0cd9648 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;
|
|
|
|
|