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

Unified Diff: third_party/WebKit/Source/core/layout/api/LineLayoutAPIShim.h

Issue 1616643002: Rename LineLayoutPaintShim -> LineLayoutAPIShim (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « third_party/WebKit/Source/core/editing/VisibleUnits.cpp ('k') | third_party/WebKit/Source/core/layout/api/LineLayoutItem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698