Chromium Code Reviews| Index: third_party/WebKit/Source/core/layout/api/LineLayoutAPIShim.h |
| diff --git a/third_party/WebKit/Source/core/paint/LineLayoutPaintShim.h b/third_party/WebKit/Source/core/layout/api/LineLayoutAPIShim.h |
| similarity index 84% |
| rename from third_party/WebKit/Source/core/paint/LineLayoutPaintShim.h |
| rename to third_party/WebKit/Source/core/layout/api/LineLayoutAPIShim.h |
| index f4b7780a94ca3521c600096822cb3760015fa90d..d6390cad519c8ea4b34d02644101cc229b6a14c2 100644 |
| --- a/third_party/WebKit/Source/core/paint/LineLayoutPaintShim.h |
| +++ b/third_party/WebKit/Source/core/layout/api/LineLayoutAPIShim.h |
| @@ -2,8 +2,8 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#ifndef LineLayoutPaintShim_h |
| -#define LineLayoutPaintShim_h |
| +#ifndef LineLayoutAPIShim_h |
| +#define LineLayoutAPIShim_h |
| #include "core/layout/api/LineLayoutItem.h" |
| @@ -12,7 +12,7 @@ namespace blink { |
| class LayoutObject; |
| // TODO(pilgrim): Remove this kludge once Paint objects have a real API and no longer need access to the underlying LayoutObject. |
|
leviw_travelin_and_unemployed
2016/01/21 05:21:05
Update this TODO to no longer just refer to Paint.
dgrogan
2016/01/21 18:50:32
Done.
|
| -class LineLayoutPaintShim { |
| +class LineLayoutAPIShim { |
| public: |
| static LayoutObject* layoutObjectFrom(LineLayoutItem item) |
| { |
| @@ -27,4 +27,4 @@ public: |
| } // namespace blink |
| -#endif // LineLayoutPaintShim_h |
| +#endif // LineLayoutAPIShim_h |