| 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 e014804efc3c757d376654182ff01ea43ed06ea5..05331497891aeca913e094cc5c3eef955420cef4 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| @@ -272,7 +272,7 @@ void GraphicsContext::beginRecording(const FloatRect& bounds) {
|
| DCHECK(!m_canvas);
|
| m_canvas = m_paintRecorder.beginRecording(bounds, nullptr);
|
| if (m_hasMetaData)
|
| - skia::GetMetaData(*m_canvas) = m_metaData;
|
| + m_canvas->getMetaData() = m_metaData;
|
| }
|
|
|
| namespace {
|
|
|