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

Unified Diff: chrome/test/perf/rendering/latency_tests.cc

Issue 9600036: Move Render(View|Widget)Host and associated classes to content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to review comments. Created 8 years, 9 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: chrome/test/perf/rendering/latency_tests.cc
diff --git a/chrome/test/perf/rendering/latency_tests.cc b/chrome/test/perf/rendering/latency_tests.cc
index f7fc99cae531aedce77191cdce8ade8767bbcc3d..aded8c609729aa5032ca32e357145849404217db 100644
--- a/chrome/test/perf/rendering/latency_tests.cc
+++ b/chrome/test/perf/rendering/latency_tests.cc
@@ -546,7 +546,7 @@ void LatencyTest::GetMeanFrameTimeMicros(int* frame_time) const {
}
void LatencyTest::SendInput() {
- RenderViewHost* rvh = browser()->GetSelectedTabContentsWrapper()->
+ content::RenderViewHost* rvh = browser()->GetSelectedTabContentsWrapper()->
web_contents()->GetRenderViewHost();
WebKit::WebMouseEvent mouse_event;
mouse_event.movementX = 1;
« no previous file with comments | « chrome/test/base/ui_test_utils.cc ('k') | content/browser/accessibility/dump_accessibility_tree_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698