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

Unified Diff: third_party/WebKit/Source/core/layout/MapCoordinatesTest.cpp

Issue 2719813002: Rename classes that derived from EmptyLocalFrameClient. (Closed)
Patch Set: Created 3 years, 10 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/MapCoordinatesTest.cpp
diff --git a/third_party/WebKit/Source/core/layout/MapCoordinatesTest.cpp b/third_party/WebKit/Source/core/layout/MapCoordinatesTest.cpp
index 3e92f198d3bc8109641eaf0b366aca8e7fdd1b7c..623e8eab235a76a58d3eaf3da688dc048d14d1bb 100644
--- a/third_party/WebKit/Source/core/layout/MapCoordinatesTest.cpp
+++ b/third_party/WebKit/Source/core/layout/MapCoordinatesTest.cpp
@@ -19,7 +19,7 @@ class MapCoordinatesTest
public:
MapCoordinatesTest()
: ScopedRootLayerScrollingForTest(GetParam()),
- RenderingTest(SingleChildFrameLoaderClient::create()) {}
+ RenderingTest(SingleChildLocalFrameClient::create()) {}
FloatPoint mapLocalToAncestor(const LayoutObject*,
const LayoutBoxModelObject* ancestor,
FloatPoint,

Powered by Google App Engine
This is Rietveld 408576698