| Index: third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| diff --git a/third_party/WebKit/Source/core/layout/PaintInvalidationState.h b/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| index f623133b9caa194b206e2e39e006067d7e4d36a7..8056a88c00856300a8ec60edfb0be6073af96632 100644
|
| --- a/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| +++ b/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| @@ -89,9 +89,9 @@ class CORE_EXPORT PaintInvalidationState {
|
| return *m_paintInvalidationContainer;
|
| }
|
|
|
| - // Computes the position of the current object ((0,0) in the space of the
|
| + // Computes the location of the current object ((0,0) in the space of the
|
| // object) in the space of paint invalidation backing.
|
| - LayoutPoint computePositionFromPaintInvalidationBacking() const;
|
| + LayoutPoint computeLocationInBacking() const;
|
|
|
| // Returns the rect bounds needed to invalidate paint of this object,
|
| // in the space of paint invalidation backing.
|
|
|