Index: third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h |
diff --git a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h |
index 7520b69573d18ae2c473febe81c947b6f7c3b507..052b153faa70b14306e1132e896f2d2f5309e3ab 100644 |
--- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h |
+++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h |
@@ -127,7 +127,7 @@ public: |
RootLayerAttachedViaEnclosingFrame |
}; |
- RootLayerAttachment rootLayerAttachment() const { return m_rootLayerAttachment; } |
+ RootLayerAttachment getRootLayerAttachment() const { return m_rootLayerAttachment; } |
void updateRootLayerAttachment(); |
void updateRootLayerPosition(); |