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

Unified Diff: content/browser/devtools/devtools_protocol_constants.h

Issue 23531017: DevTools: pass offset top and bottom for screencast viewport. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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 | « no previous file | content/browser/devtools/devtools_protocol_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/devtools_protocol_constants.h
diff --git a/content/browser/devtools/devtools_protocol_constants.h b/content/browser/devtools/devtools_protocol_constants.h
index a61f6af606b83cc59ba30e091203f260284a13e2..dfc0e0ea2b71bfe903dc04e8fba186dec87c6bd6 100644
--- a/content/browser/devtools/devtools_protocol_constants.h
+++ b/content/browser/devtools/devtools_protocol_constants.h
@@ -70,6 +70,8 @@ namespace Page {
extern const char kData[];
extern const char kParamDeviceScaleFactor[];
extern const char kParamPageScaleFactor[];
+ extern const char kParamOffsetBottom[];
+ extern const char kParamOffsetTop[];
extern const char kParamViewport[];
namespace disable {
« no previous file with comments | « no previous file | content/browser/devtools/devtools_protocol_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698