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

Unified Diff: cc/output/gl_renderer.h

Issue 2465093002: cc: Add OutputSurface state snapshots.
Patch Set: nits Created 4 years, 1 month 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: cc/output/gl_renderer.h
diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h
index 07ede049a7274ee93edda2d37c7e425dc0b1d36c..47ed77cea9c8345275be55364cc94ec71b839c21 100644
--- a/cc/output/gl_renderer.h
+++ b/cc/output/gl_renderer.h
@@ -65,6 +65,10 @@ class CC_EXPORT GLRenderer : public DirectRenderer {
void DidReceiveTextureInUseResponses(
const gpu::TextureInUseResponses& responses) override;
+ void ReadbackSwappedOverlayTextures(
+ std::vector<SkBitmap>* bitmaps,
+ const base::Callback<void(bool)>& callback) override;
+
virtual bool IsContextLost();
protected:

Powered by Google App Engine
This is Rietveld 408576698