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

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

Issue 1616643002: Rename LineLayoutPaintShim -> LineLayoutAPIShim (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "paint objects" -> "clients" 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/LineLayoutItem.h
diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h b/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h
index 1da9776fa25b9e524bc7de23c31aa4fd93d8288b..6a07b8262936d3a53bfdad15d66f770cdfb4c750 100644
--- a/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h
+++ b/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h
@@ -20,7 +20,7 @@ class HitTestLocation;
class LayoutObject;
class LineLayoutBox;
class LineLayoutBoxModel;
-class LineLayoutPaintShim;
+class LineLayoutAPIShim;
enum HitTestFilter;
@@ -382,7 +382,7 @@ protected:
private:
LayoutObject* m_layoutObject;
- friend class LineLayoutPaintShim;
+ friend class LineLayoutAPIShim;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/layout/api/LineLayoutAPIShim.h ('k') | third_party/WebKit/Source/core/paint/BlockPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698