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

Unified Diff: content/browser/frame_host/render_widget_host_view_guest.h

Issue 2633303003: Clean up RenderWidgetHostView(ChildFrame and Guest) compositing code (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: content/browser/frame_host/render_widget_host_view_guest.h
diff --git a/content/browser/frame_host/render_widget_host_view_guest.h b/content/browser/frame_host/render_widget_host_view_guest.h
index f0b1f4de2a026a6cbc1eebd74ce8cc22cabcdc9e..fe0f7a1945ffd19d66db9c19c9a3faa61ee49836 100644
--- a/content/browser/frame_host/render_widget_host_view_guest.h
+++ b/content/browser/frame_host/render_widget_host_view_guest.h
@@ -130,8 +130,14 @@ class CONTENT_EXPORT RenderWidgetHostViewGuest
protected:
friend class RenderWidgetHostView;
+ bool ShouldCreateNewSurfaceId(uint32_t compositor_frame_sink_id,
+ const cc::CompositorFrame& frame) override;
private:
+ void SendSurfaceInfoToEmbedderImpl(
+ const cc::SurfaceInfo& surface_info,
+ const cc::SurfaceSequence& sequence) override;
+
RenderWidgetHostViewGuest(
RenderWidgetHost* widget,
BrowserPluginGuest* guest,

Powered by Google App Engine
This is Rietveld 408576698