| Index: third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
|
| index 94ed99e5e512597f73a00bc66d4466ed8c6b9a83..8ea21046fb142872b87ef82e3612b4b483d084a6 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
|
| @@ -82,9 +82,10 @@ struct PaintPropertyTreeBuilderContext {
|
| class PaintPropertyTreeBuilder {
|
| public:
|
| PaintPropertyTreeBuilderContext setupInitialContext();
|
| - // Update the paint properties for |FrameView| and ensure the context is
|
| - // up to date.
|
| - void updatePropertiesAndContext(FrameView&, PaintPropertyTreeBuilderContext&);
|
| + // Update the paint properties for a frame and ensure the context is up to
|
| + // date.
|
| + void updateFramePropertiesAndContext(FrameView&,
|
| + PaintPropertyTreeBuilderContext&);
|
|
|
| // Update the paint properties that affect this object (e.g., properties like
|
| // paint offset translation) and ensure the context is up to date.
|
|
|