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

Unified Diff: content/shell/renderer/test_runner/WebTestProxy.cpp

Issue 133263004: Unifies LayerTreeHost::SetNeedsUpdateLayers and SetNeedsAnimate -- V2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix mojo build Created 6 years, 11 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: content/shell/renderer/test_runner/WebTestProxy.cpp
diff --git a/content/shell/renderer/test_runner/WebTestProxy.cpp b/content/shell/renderer/test_runner/WebTestProxy.cpp
index c47bf03238a76ee0964bd99c82f6bd241748db2d..2de568b53d985035fc9129f815e585abf475643c 100644
--- a/content/shell/renderer/test_runner/WebTestProxy.cpp
+++ b/content/shell/renderer/test_runner/WebTestProxy.cpp
@@ -723,12 +723,12 @@ void WebTestProxyBase::invalidateAll()
m_paintRect = WebRect(0, 0, INT_MAX, INT_MAX);
}
-void WebTestProxyBase::scheduleComposite()
+void WebTestProxyBase::ScheduleComposite()
{
invalidateAll();
}
-void WebTestProxyBase::scheduleAnimation()
+void WebTestProxyBase::ScheduleAnimation()
{
if (!m_testInterfaces->testRunner()->testIsRunning())
return;
« no previous file with comments | « content/shell/renderer/test_runner/WebTestProxy.h ('k') | content/test/web_layer_tree_view_impl_for_testing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698