Chromium Code Reviews| 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; |