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

Unified Diff: Source/web/InspectorFrontendClientImpl.cpp

Issue 223803003: [DevTools] Switch from insets to bounds to position inspected page. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased Created 6 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
« no previous file with comments | « Source/devtools/front_end/ui/InspectedPagePlaceholder.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/InspectorFrontendClientImpl.cpp
diff --git a/Source/web/InspectorFrontendClientImpl.cpp b/Source/web/InspectorFrontendClientImpl.cpp
index 775db69b260cba5d33f55a3564aae1f823b792fa..daf28786c6bc1f392d854f738fc234fa74ba0e11 100644
--- a/Source/web/InspectorFrontendClientImpl.cpp
+++ b/Source/web/InspectorFrontendClientImpl.cpp
@@ -121,6 +121,7 @@ void InspectorFrontendClientImpl::windowObjectCleared()
" ['searchInPath', 3],"
" ['setWhitelistedShortcuts', 1],"
" ['setContentsResizingStrategy', 2],"
+ " ['setInspectedPageBounds', 1],"
" ['setIsDocked', 1],"
" ['subscribe', 1],"
" ['stopIndexing', 1],"
« no previous file with comments | « Source/devtools/front_end/ui/InspectedPagePlaceholder.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698