| Index: third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp
|
| index 0ca76e96a36c99828b2e7f8b5fbb444cd75e2e9f..0a0e033a167c4d1b5ec315a3d62d3fc2841b9956 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp
|
| @@ -40,7 +40,7 @@ protected:
|
| m_featuresBackup.restore();
|
| }
|
|
|
| - PaintArtifactCompositor& paintArtifactCompositor() { return *m_paintArtifactCompositor; }
|
| + PaintArtifactCompositor& getPaintArtifactCompositor() { return *m_paintArtifactCompositor; }
|
| cc::Layer* rootLayer() { return m_paintArtifactCompositor->rootLayer(); }
|
| void update(const PaintArtifact& artifact) { m_paintArtifactCompositor->update(artifact); }
|
|
|
|
|