| 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 9130653c51adb60b9dc952ff633a3c35767174dd..ca6581cd694aff1aaefd06d71650386c4deaa5ef 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| @@ -352,7 +352,7 @@ private:
|
|
|
| OwnPtr<ContentLayerDelegate> m_contentLayerDelegate;
|
|
|
| - RawPtrWillBeWeakPersistent<ScrollableArea> m_scrollableArea;
|
| + WeakPersistent<ScrollableArea> m_scrollableArea;
|
| GraphicsLayerDebugInfo m_debugInfo;
|
| int m_3dRenderingContext;
|
|
|
|
|