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

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

Issue 21777003: DevTools: [Android] implement RenderWidgetHostViewAndroid::CopyFromCompositingSurface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For landing 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 db2e901bd89c37cb22425bf94f89cefb51f45f99..a05493318e114ed5a4fe4058012599caa4c896f9 100644
--- a/content/browser/devtools/devtools_protocol_constants.h
+++ b/content/browser/devtools/devtools_protocol_constants.h
@@ -43,6 +43,9 @@ namespace navigate {
} // navigate
namespace captureScreenshot {
extern const char kName[];
+ extern const char kParamFormat[];
+ extern const char kParamQuality[];
+ extern const char kParamScale[];
extern const char kResponseData[];
} // captureScreenshot
} // Page
« 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