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

Unified Diff: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMappingTest.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/compositing/CompositedLayerMappingTest.cpp
diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMappingTest.cpp b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMappingTest.cpp
index 7e308c2023c1fc0a1f67b776d35697e59b1d0ae9..de3edbabfc1ac9d5e68978123a3a4034b433cf8f 100644
--- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMappingTest.cpp
+++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMappingTest.cpp
@@ -24,7 +24,7 @@ class CompositedLayerMappingTest
public:
CompositedLayerMappingTest()
: ScopedRootLayerScrollingForTest(GetParam()),
- RenderingTest(SingleChildFrameLoaderClient::create()) {}
+ RenderingTest(SingleChildLocalFrameClient::create()) {}
protected:
IntRect recomputeInterestRect(const GraphicsLayer* graphicsLayer) {

Powered by Google App Engine
This is Rietveld 408576698