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

Unified Diff: cc/surfaces/compositor_frame_sink_support_client.h

Issue 2647583002: Switching to CompositorFrameSinkSupport in android_webview::SurfacesInstance (Closed)
Patch Set: c Created 3 years, 11 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/compositor_frame_sink_support_client.h
diff --git a/cc/surfaces/compositor_frame_sink_support_client.h b/cc/surfaces/compositor_frame_sink_support_client.h
index e3f6dab23e141af7ecbce53857713369cd04b3dc..325e91c1c8377168b3ac03efec11a8bfbef9ed99 100644
--- a/cc/surfaces/compositor_frame_sink_support_client.h
+++ b/cc/surfaces/compositor_frame_sink_support_client.h
@@ -11,7 +11,7 @@ namespace cc {
struct BeginFrameArgs;
-class CompositorFrameSinkSupportClient {
+class CompositorFrameSinkSupportClient : public DisplayClient {
public:
// Notification that the previous CompositorFrame given to
// SubmitCompositorFrame() has been processed and that another frame
@@ -32,7 +32,7 @@ class CompositorFrameSinkSupportClient {
virtual void WillDrawSurface() = 0;
protected:
- virtual ~CompositorFrameSinkSupportClient() {}
+ ~CompositorFrameSinkSupportClient() override {}
};
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698