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

Unified Diff: cc/surfaces/compositor_frame_sink_support_client.h

Issue 2688613002: RenderWidgetHostViewChildFrame should use CompositorFrameSinkSupport (Closed)
Patch Set: c Created 3 years, 10 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 905f6db8ec7436196941b9a05275a4caacb747b2..9461591fdad89d8891cc08624be67d85530dbdf9 100644
--- a/cc/surfaces/compositor_frame_sink_support_client.h
+++ b/cc/surfaces/compositor_frame_sink_support_client.h
@@ -6,6 +6,7 @@
#define CC_SURFACES_COMPOSITOR_FRAME_SINK_SUPPORT_CLIENT_H_
#include "cc/resources/returned_resource.h"
+#include "cc/surfaces/surfaces_export.h"
namespace gfx {
class Rect;
@@ -17,7 +18,7 @@ class LocalSurfaceId;
struct BeginFrameArgs;
-class CompositorFrameSinkSupportClient {
+class CC_SURFACES_EXPORT CompositorFrameSinkSupportClient {
Fady Samuel 2017/02/23 23:26:50 Undo this.
public:
// Notification that the previous CompositorFrame given to
// SubmitCompositorFrame() has been processed and that another frame

Powered by Google App Engine
This is Rietveld 408576698