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

Unified Diff: content/browser/renderer_host/render_message_filter.cc

Issue 2246613002: Fix jank during mac resize (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fixhangoutsblank
Patch Set: Fix flash video Created 4 years, 4 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
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_message_filter.cc
diff --git a/content/browser/renderer_host/render_message_filter.cc b/content/browser/renderer_host/render_message_filter.cc
index f6b491972179301e3fea6decda100f3b8c1bd338..864a1a6d8616ecba92c43f0f558e03c2e3de8189 100644
--- a/content/browser/renderer_host/render_message_filter.cc
+++ b/content/browser/renderer_host/render_message_filter.cc
@@ -180,6 +180,9 @@ bool RenderMessageFilter::OnMessageReceived(const IPC::Message& message) {
IPC_MESSAGE_HANDLER_GENERIC(
ViewHostMsg_UpdateRect,
ResizeHelperPostMsgToUIThread(render_process_id_, message))
+ IPC_MESSAGE_HANDLER_GENERIC(
+ ViewHostMsg_SetNeedsBeginFrames,
+ ResizeHelperPostMsgToUIThread(render_process_id_, message))
#endif
// NB: The SyncAllocateSharedMemory, SyncAllocateGpuMemoryBuffer, and
// DeletedGpuMemoryBuffer IPCs are handled here for renderer processes. For
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698