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

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
« no previous file with comments | « cc/surfaces/compositor_frame_sink_support.cc ('k') | cc/surfaces/display_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..bc612ff8e8daf8c9317d792874b76555ba9c9600 100644
--- a/cc/surfaces/compositor_frame_sink_support_client.h
+++ b/cc/surfaces/compositor_frame_sink_support_client.h
@@ -6,12 +6,13 @@
#define CC_SURFACES_COMPOSITOR_FRAME_SINK_SUPPORT_CLIENT_H_
#include "cc/resources/returned_resource.h"
+#include "cc/surfaces/display_client.h"
namespace cc {
struct BeginFrameArgs;
-class CompositorFrameSinkSupportClient {
+class CompositorFrameSinkSupportClient : public DisplayClient {
danakj 2017/01/24 17:12:33 This is not what I would expect, I don't think it'
Saman Sami 2017/01/24 17:25:09 Done.
public:
// Notification that the previous CompositorFrame given to
// SubmitCompositorFrame() has been processed and that another frame
@@ -32,7 +33,7 @@ class CompositorFrameSinkSupportClient {
virtual void WillDrawSurface() = 0;
protected:
- virtual ~CompositorFrameSinkSupportClient() {}
+ ~CompositorFrameSinkSupportClient() override {}
};
} // namespace cc
« no previous file with comments | « cc/surfaces/compositor_frame_sink_support.cc ('k') | cc/surfaces/display_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698