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

Unified Diff: chrome/browser/devtools/devtools_window_testing.cc

Issue 2861053003: DevTools: [lighthouse] Implement performance metrics filmstrip (Closed)
Patch Set: Created 3 years, 7 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/browser/devtools/devtools_window_testing.cc
diff --git a/chrome/browser/devtools/devtools_window_testing.cc b/chrome/browser/devtools/devtools_window_testing.cc
index e46c36a02e42a39bf82c506e213a01ba71412878..bffbb4a06ab29570b048df634443c539ebc8abe7 100644
--- a/chrome/browser/devtools/devtools_window_testing.cc
+++ b/chrome/browser/devtools/devtools_window_testing.cc
@@ -80,7 +80,7 @@ content::WebContents* DevToolsWindowTesting::toolbox_web_contents() {
}
void DevToolsWindowTesting::SetInspectedPageBounds(const gfx::Rect& bounds) {
- devtools_window_->SetInspectedPageBounds(bounds);
+ devtools_window_->SetInspectedPageBounds(bounds, false);
}
void DevToolsWindowTesting::SetCloseCallback(const base::Closure& closure) {

Powered by Google App Engine
This is Rietveld 408576698