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

Unified Diff: content/browser/renderer_host/delegated_frame_host.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/delegated_frame_host.h
diff --git a/content/browser/renderer_host/delegated_frame_host.h b/content/browser/renderer_host/delegated_frame_host.h
index 067ccc2dd9d4120965c5a2ba807408d294341f2c..a3723d1a6145321c762a37dd81afd4a6138a2e95 100644
--- a/content/browser/renderer_host/delegated_frame_host.h
+++ b/content/browser/renderer_host/delegated_frame_host.h
@@ -70,7 +70,7 @@ class CONTENT_EXPORT DelegatedFrameHostClient {
virtual std::unique_ptr<CompositorResizeLock>
DelegatedFrameHostCreateResizeLock() = 0;
- virtual void OnBeginFrame(const cc::BeginFrameArgs& args) = 0;
+ virtual void OnBeginFrame() = 0;
virtual bool IsAutoResizeEnabled() const = 0;
};

Powered by Google App Engine
This is Rietveld 408576698