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

Unified Diff: content/browser/renderer_host/render_widget_host_view_aura.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_aura.h
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
index 0a10f5b9abfab01c266bf07a2fc13e21ee5a6be5..5355c6401e088263f3ce691a5bd848edd44f4446 100644
--- a/content/browser/renderer_host/render_widget_host_view_aura.h
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h
@@ -441,7 +441,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
void OnTextSelectionChanged(TextInputManager* text_input_mangager,
RenderWidgetHostViewBase* updated_view) override;
- void OnBeginFrame(const cc::BeginFrameArgs& args);
+ void OnBeginFrame();
// Detaches |this| from the input method object.
void DetachFromInputMethod();

Powered by Google App Engine
This is Rietveld 408576698