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

Unified Diff: cc/surfaces/surface_factory_client.h

Issue 2757953002: DisplayCompositor should enforce invariant that frame size and device scale factor are fixed (Closed)
Patch Set: Created 3 years, 9 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: cc/surfaces/surface_factory_client.h
diff --git a/cc/surfaces/surface_factory_client.h b/cc/surfaces/surface_factory_client.h
index ea32344afcd0922ead3f79f948553c264b8b636e..e9a392df71fe34bfaa8d11daff4eba37dbcf2c44 100644
--- a/cc/surfaces/surface_factory_client.h
+++ b/cc/surfaces/surface_factory_client.h
@@ -31,6 +31,8 @@ class CC_SURFACES_EXPORT SurfaceFactoryClient {
// This allows the SurfaceFactory to pass a BeginFrameSource to use.
virtual void SetBeginFrameSource(BeginFrameSource* begin_frame_source) = 0;
+
+ virtual void OnBadFrameReceived() {}
};
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698