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

Unified Diff: third_party/WebKit/Source/web/WebPagePopupImpl.cpp

Issue 2171503005: Rename WebTestProxy to WebViewTestProxy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing comments Created 4 years, 5 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
« no previous file with comments | « content/test/layouttest_support.cc ('k') | tools/valgrind/drmemory/suppressions_full.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/WebPagePopupImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
index 36b72dcf11fb8de23920abcbc7d64f8c1fbcd37c..90a8c5ef4b9e7e2f3d42a35dc2237e7f0b5e97e2 100644
--- a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
+++ b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
@@ -121,7 +121,7 @@ private:
void scheduleAnimation(Widget*) override
{
- // Calling scheduleAnimation on m_webView so WebTestProxy will call beginFrame.
+ // Calling scheduleAnimation on m_webView so WebViewTestProxy will call beginFrame.
if (LayoutTestSupport::isRunningLayoutTest())
m_popup->m_webView->mainFrameImpl()->frameWidget()->scheduleAnimation();
« no previous file with comments | « content/test/layouttest_support.cc ('k') | tools/valgrind/drmemory/suppressions_full.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698