| Index: third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h b/third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h
|
| index ecbd706f37ccda398b6242742ef7635cfe0c49f3..6a6f1e2eabc3cdfe92fe78ec554645933f14b608 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h
|
| @@ -14,9 +14,10 @@
|
|
|
| namespace blink {
|
|
|
| -// A complete set of paint properties including those that are inherited from other objects.
|
| -// RefPtrs are used to guard against use-after-free bugs and DCHECKs ensure PropertyTreeState
|
| -// never retains the last reference to a property tree node.
|
| +// A complete set of paint properties including those that are inherited from
|
| +// other objects. RefPtrs are used to guard against use-after-free bugs and
|
| +// DCHECKs ensure PropertyTreeState never retains the last reference to a
|
| +// property tree node.
|
| class PropertyTreeState {
|
| public:
|
| PropertyTreeState(const TransformPaintPropertyNode* transform,
|
|
|