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

Unified Diff: content/browser/renderer_host/render_widget_host_view_mac.h

Issue 2890063002: Send BeginFrames for the renderer using Mojo (Closed)
Patch Set: c Created 3 years, 7 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/renderer_host/render_widget_host_view_mac.h
diff --git a/content/browser/renderer_host/render_widget_host_view_mac.h b/content/browser/renderer_host/render_widget_host_view_mac.h
index ac198a442454506a9caf84b3b7a029576ba257cf..7cb09b31a500c202d17a0f29c7fcea2f8b070e6e 100644
--- a/content/browser/renderer_host/render_widget_host_view_mac.h
+++ b/content/browser/renderer_host/render_widget_host_view_mac.h
@@ -453,8 +453,7 @@ class CONTENT_EXPORT RenderWidgetHostViewMac
// BrowserCompositorMacClient implementation.
NSView* BrowserCompositorMacGetNSView() const override;
SkColor BrowserCompositorMacGetGutterColor(SkColor color) const override;
- void BrowserCompositorMacSendBeginFrame(
- const cc::BeginFrameArgs& args) override;
+ void BrowserCompositorMacOnBeginFrame() override;
// AcceleratedWidgetMacNSView implementation.
NSView* AcceleratedWidgetGetNSView() const override;

Powered by Google App Engine
This is Rietveld 408576698