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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorPageAgent.h

Issue 2612913002: DevTools: Add feature to capture full-height screenshots (Closed)
Patch Set: More readable Created 3 years, 11 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: third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
index 65b8061efa37cb28256d046ea2142b3cb3261c7e..3f2f2f4412135d9970f733d7fec895af65c28f34 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
@@ -136,7 +136,8 @@ class CORE_EXPORT InspectorPageAgent final
Maybe<String> message) override;
Response getLayoutMetrics(
std::unique_ptr<protocol::Page::LayoutViewport>*,
- std::unique_ptr<protocol::Page::VisualViewport>*) override;
+ std::unique_ptr<protocol::Page::VisualViewport>*,
+ std::unique_ptr<protocol::DOM::Rect>*) override;
// InspectorInstrumentation API
void didClearDocumentOfWindowObject(LocalFrame*);

Powered by Google App Engine
This is Rietveld 408576698