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

Unified Diff: content/browser/android/content_view_core_impl.h

Issue 21777003: DevTools: [Android] implement RenderWidgetHostViewAndroid::CopyFromCompositingSurface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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/browser/android/content_view_core_impl.h
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
index dc5bd584d0d2c6d1a67a1ddc604f150546f91c36..343a5f39d3afd619a86a92c4a4bb740d8db021e6 100644
--- a/content/browser/android/content_view_core_impl.h
+++ b/content/browser/android/content_view_core_impl.h
@@ -296,6 +296,8 @@ class ContentViewCoreImpl : public ContentViewCore,
void SetNeedsBeginFrame(bool enabled);
void SetNeedsAnimate();
+ bool GrabSnapshot(std::vector<unsigned uint8>* png);
Sami 2013/08/02 10:53:23 _unsigned_ uint8 seems a little redundant :)
pfeldman 2013/08/02 12:25:30 Heh :) I copy-pasted it from somewhere and then de
+
private:
class ContentViewUserData;

Powered by Google App Engine
This is Rietveld 408576698