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

Unified Diff: content/renderer/render_widget_owner_delegate.h

Issue 1962923002: Fix rendering of flash content inside an out-of-process iframe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removing unneded includes Created 4 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
« no previous file with comments | « content/renderer/render_widget.cc ('k') | content/renderer/text_input_client_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_widget_owner_delegate.h
diff --git a/content/renderer/render_widget_owner_delegate.h b/content/renderer/render_widget_owner_delegate.h
index 4c76ddd19bd31f2326a025c41ad99749442505ed..836461dc6a7e1d0c1d02901da669727a80c17bc8 100644
--- a/content/renderer/render_widget_owner_delegate.h
+++ b/content/renderer/render_widget_owner_delegate.h
@@ -40,13 +40,8 @@ class CONTENT_EXPORT RenderWidgetOwnerDelegate {
virtual bool RenderWidgetWillHandleMouseEvent(
const blink::WebMouseEvent& event) = 0;
- // Painting notifications. RenderWidgetDidCommitAndDrawCompositorFrame happens
- // when that has completed, and subsequent rendering won't affect the painted
- // content. DidFlushPaint happens once we've received the ACK that the screen
- // has been updated. For a given paint operation, these overrides will always
- // be called in the order RenderWidgetDidCommitAndDrawCompositorFrame,
- // RenderWidgetDidFlushPaint.
- virtual void RenderWidgetDidCommitAndDrawCompositorFrame() = 0;
+ // Painting notifications. DidFlushPaint happens once we've received the ACK
+ // that the screen has been updated.
virtual void RenderWidgetDidFlushPaint() = 0;
protected:
« no previous file with comments | « content/renderer/render_widget.cc ('k') | content/renderer/text_input_client_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698