| Index: webkit/compositor/WebContentLayerImpl.h
|
| diff --git a/webkit/compositor/WebContentLayerImpl.h b/webkit/compositor/WebContentLayerImpl.h
|
| index dd06a9903dcf39923b44cddae6ceec62a119190c..f11a0f30b8ad16b05c6fc748dd6e972053b93862 100644
|
| --- a/webkit/compositor/WebContentLayerImpl.h
|
| +++ b/webkit/compositor/WebContentLayerImpl.h
|
| @@ -8,7 +8,7 @@
|
| #include "ContentLayerChromiumClient.h"
|
| #include "WebLayerImpl.h"
|
| #include <public/WebContentLayer.h>
|
| -#include <wtf/PassRefPtr.h>
|
| +#include <wtf/OwnPtr.h>
|
|
|
| namespace WebKit {
|
| class WebContentLayerClient;
|
| @@ -31,7 +31,7 @@ protected:
|
| // ContentLayerChromiumClient implementation.
|
| virtual void paintContents(SkCanvas*, const WebCore::IntRect& clip, WebCore::FloatRect& opaque) OVERRIDE;
|
|
|
| - OwnPtr<WebLayerImpl> m_webLayerImpl;
|
| + OwnPtr<WebLayerImpl> m_layer;
|
| WebContentLayerClient* m_client;
|
| bool m_drawsContent;
|
| };
|
|
|