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

Unified Diff: third_party/WebKit/Source/core/paint/VideoPainterTest.cpp

Issue 2721503002: Rename all uses of EmptyFrameLoaderClient with EmptyLocalFrameClient. (Closed)
Patch Set: Change V8 headers to user includes and introduce a space between system and user headers. Headers w… 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/VideoPainterTest.cpp
diff --git a/third_party/WebKit/Source/core/paint/VideoPainterTest.cpp b/third_party/WebKit/Source/core/paint/VideoPainterTest.cpp
index af01aa16dda7958af442110d7de2a9bec30ad80a..1d9940a29324a24394697f870fbea72466a6e1bb 100644
--- a/third_party/WebKit/Source/core/paint/VideoPainterTest.cpp
+++ b/third_party/WebKit/Source/core/paint/VideoPainterTest.cpp
@@ -79,7 +79,7 @@ class StubWebMediaPlayer : public WebMediaPlayer {
ReadyState m_readyState = ReadyStateHaveNothing;
};
-class StubFrameLoaderClient : public EmptyFrameLoaderClient {
+class StubFrameLoaderClient : public EmptyLocalFrameClient {
public:
// FrameLoaderClient
std::unique_ptr<WebMediaPlayer> createWebMediaPlayer(

Powered by Google App Engine
This is Rietveld 408576698