| Index: Source/WebKit/chromium/src/LinkHighlight.h
|
| diff --git a/Source/WebKit/chromium/src/LinkHighlight.h b/Source/WebKit/chromium/src/LinkHighlight.h
|
| index 6513a885ab4aac3e59fb29523f2905c1b804c412..f2c0009f501a543da1fb5e662e2a22abb4444bbb 100644
|
| --- a/Source/WebKit/chromium/src/LinkHighlight.h
|
| +++ b/Source/WebKit/chromium/src/LinkHighlight.h
|
| @@ -90,6 +90,7 @@ private:
|
| OwnPtr<WebAnimation> m_animation;
|
| WebViewImpl* m_owningWebViewImpl;
|
| WebCore::GraphicsLayerChromium* m_currentGraphicsLayer;
|
| + bool m_usingNonCompositedContentHost;
|
|
|
| bool m_geometryNeedsUpdate;
|
| bool m_isAnimating;
|
|
|