| Index: Source/core/frame/Frame.cpp
|
| diff --git a/Source/core/frame/Frame.cpp b/Source/core/frame/Frame.cpp
|
| index 3109cb225fd777456bebb6368d9ca6efa6162734..119fc4bf4e55243ec741bfb6531992d30df59048 100644
|
| --- a/Source/core/frame/Frame.cpp
|
| +++ b/Source/core/frame/Frame.cpp
|
| @@ -65,6 +65,7 @@
|
| #include "core/svg/SVGDocument.h"
|
| #include "platform/graphics/GraphicsContext.h"
|
| #include "platform/graphics/ImageBuffer.h"
|
| +#include "public/platform/WebLayer.h"
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/RefCountedLeakCounter.h"
|
| #include "wtf/StdLibExtras.h"
|
| @@ -119,6 +120,7 @@ inline Frame::Frame(PassRefPtr<FrameInit> frameInit)
|
| , m_orientation(0)
|
| #endif
|
| , m_inViewSourceMode(false)
|
| + , m_platformLayer(0)
|
| {
|
| ASSERT(m_page);
|
|
|
|
|