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

Unified Diff: content/test/test_web_contents_view.cc

Issue 21777003: DevTools: [Android] implement RenderWidgetHostViewAndroid::CopyFromCompositingSurface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix clang bots. 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
Index: content/test/test_web_contents_view.cc
diff --git a/content/test/test_web_contents_view.cc b/content/test/test_web_contents_view.cc
index b732a01a61fce369b00c67305498a12de3f34521..bffc55c115a40afa1f935ba198612ae00177fda0 100644
--- a/content/test/test_web_contents_view.cc
+++ b/content/test/test_web_contents_view.cc
@@ -38,6 +38,13 @@ void TestWebContentsView::GotFocus() {
void TestWebContentsView::TakeFocus(bool reverse) {
}
+bool TestWebContentsView::GrabSnapshot(const std::string& format,
+ int quality,
+ double scale,
+ std::vector<uint8>* data) {
+ return false;
+}
+
gfx::NativeView TestWebContentsView::GetNativeView() const {
return gfx::NativeView();
}

Powered by Google App Engine
This is Rietveld 408576698