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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerTest.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/paint/PaintLayerTest.cpp
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerTest.cpp b/third_party/WebKit/Source/core/paint/PaintLayerTest.cpp
index d952793ee852dbeee877c93564e003484e9b61cc..91bf16932f3e2fc71adcff6e9740d33c7066a9e3 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerTest.cpp
+++ b/third_party/WebKit/Source/core/paint/PaintLayerTest.cpp
@@ -23,7 +23,7 @@ class PaintLayerTest
PaintLayerTest()
: ScopedSlimmingPaintV2ForTest(GetParam().first),
ScopedRootLayerScrollingForTest(GetParam().second),
- RenderingTest(SingleChildFrameLoaderClient::create()) {}
+ RenderingTest(SingleChildLocalFrameClient::create()) {}
};
SlimmingPaintAndRootLayerScrolling foo[] = {

Powered by Google App Engine
This is Rietveld 408576698