Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Side by Side Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h

Issue 2851453005: Mark some non-spinvalidation methods deprecated, and update paint/README.md (Closed)
Patch Set: - Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006 Oliver Hunt <ojh16@student.canterbury.ac.nz> 2 * Copyright (C) 2006 Oliver Hunt <ojh16@student.canterbury.ac.nz>
3 * Copyright (C) 2006 Apple Computer Inc. 3 * Copyright (C) 2006 Apple Computer Inc.
4 * 4 *
5 * This library is free software; you can redistribute it and/or 5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public 6 * modify it under the terms of the GNU Library General Public
7 * License as published by the Free Software Foundation; either 7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version. 8 * version 2 of the License, or (at your option) any later version.
9 * 9 *
10 * This library is distributed in the hope that it will be useful, 10 * This library is distributed in the hope that it will be useful,
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 MapCoordinatesFlags = kApplyContainerFlip) const final; 54 MapCoordinatesFlags = kApplyContainerFlip) const final;
55 const LayoutObject* PushMappingToContainer( 55 const LayoutObject* PushMappingToContainer(
56 const LayoutBoxModelObject* ancestor_to_stop_at, 56 const LayoutBoxModelObject* ancestor_to_stop_at,
57 LayoutGeometryMap&) const final; 57 LayoutGeometryMap&) const final;
58 void AbsoluteQuads(Vector<FloatQuad>&, 58 void AbsoluteQuads(Vector<FloatQuad>&,
59 MapCoordinatesFlags mode = 0) const final; 59 MapCoordinatesFlags mode = 0) const final;
60 60
61 private: 61 private:
62 InlineFlowBox* CreateInlineFlowBox() final; 62 InlineFlowBox* CreateInlineFlowBox() final;
63 63
64 void InvalidateTreeIfNeeded(const PaintInvalidationState&) final; 64 void DeprecatedInvalidateTree(const PaintInvalidationState&) final;
65 65
66 void WillBeDestroyed() final; 66 void WillBeDestroyed() final;
67 void StyleDidChange(StyleDifference, const ComputedStyle* old_style) final; 67 void StyleDidChange(StyleDifference, const ComputedStyle* old_style) final;
68 68
69 void AddChild(LayoutObject* child, 69 void AddChild(LayoutObject* child,
70 LayoutObject* before_child = nullptr) final; 70 LayoutObject* before_child = nullptr) final;
71 void RemoveChild(LayoutObject*) final; 71 void RemoveChild(LayoutObject*) final;
72 }; 72 };
73 73
74 DEFINE_LAYOUT_OBJECT_TYPE_CASTS(LayoutSVGInline, IsSVGInline()); 74 DEFINE_LAYOUT_OBJECT_TYPE_CASTS(LayoutSVGInline, IsSVGInline());
75 75
76 } // namespace blink 76 } // namespace blink
77 77
78 #endif // LayoutSVGInline_H 78 #endif // LayoutSVGInline_H
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/layout/api/LayoutItem.h ('k') | third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698