| 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 67%
|
| rename from third_party/WebKit/Source/core/paint/LineLayoutPaintShim.h
|
| rename to third_party/WebKit/Source/core/layout/api/LineLayoutAPIShim.h
|
| index f4b7780a94ca3521c600096822cb3760015fa90d..9c144e2fc4c519b264cfa8159bf1326cbd27f3ab 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"
|
|
|
| @@ -11,8 +11,8 @@ 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.
|
| -class LineLayoutPaintShim {
|
| +// TODO(pilgrim): Remove this kludge once clients have a real API and no longer need access to the underlying LayoutObject.
|
| +class LineLayoutAPIShim {
|
| public:
|
| static LayoutObject* layoutObjectFrom(LineLayoutItem item)
|
| {
|
| @@ -27,4 +27,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif // LineLayoutPaintShim_h
|
| +#endif // LineLayoutAPIShim_h
|
|
|