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

Unified Diff: third_party/WebKit/Source/core/layout/VisualRectMappingTest.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/VisualRectMappingTest.cpp
diff --git a/third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp b/third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp
index 1f0486a50ac41ee86e0fd298bad3328f64d09d07..af9aa37f8a27a0a6f34c160f1fe73449611d5583 100644
--- a/third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp
+++ b/third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp
@@ -13,7 +13,7 @@ namespace blink {
class VisualRectMappingTest : public RenderingTest {
public:
VisualRectMappingTest()
- : RenderingTest(SingleChildFrameLoaderClient::create()) {}
+ : RenderingTest(SingleChildLocalFrameClient::create()) {}
protected:
LayoutView& layoutView() const { return *document().layoutView(); }

Powered by Google App Engine
This is Rietveld 408576698