| Index: third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| index a644ab75e05414bb75cb71604f80daa5362b9883..94d44ff1466d412404dea4910418e3daf77d3335 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| @@ -35,7 +35,7 @@
|
| #include "platform/graphics/ImageBuffer.h"
|
| #include "platform/graphics/paint/PaintController.h"
|
| #include "platform/weborigin/KURL.h"
|
| -#include "skia/ext/platform_device.h"
|
| +#include "skia/ext/platform_canvas.h"
|
| #include "third_party/skia/include/core/SkAnnotation.h"
|
| #include "third_party/skia/include/core/SkColorFilter.h"
|
| #include "third_party/skia/include/core/SkData.h"
|
| @@ -301,7 +301,7 @@ void GraphicsContext::beginRecording(const FloatRect& bounds)
|
|
|
| m_canvas = m_pictureRecorder.beginRecording(bounds, 0);
|
| if (m_hasMetaData)
|
| - skia::getMetaData(*m_canvas) = m_metaData;
|
| + skia::GetMetaData(*m_canvas) = m_metaData;
|
| }
|
|
|
| PassRefPtr<const SkPicture> GraphicsContext::endRecording()
|
|
|