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

Unified Diff: content/renderer/render_view_impl.h

Issue 1771043002: Separate RenderView from RenderWidget, part 4: Painting calls in the delegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 1d52be56b51aceae8b88002ec16c0e635f8dd1b0..25804e3529dd60963495a2aad73c942c1a57f677 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -461,8 +461,6 @@ class CONTENT_EXPORT RenderViewImpl
void CloseForFrame() override;
void Close() override;
void OnResize(const ResizeParams& params) override;
- void DidInitiatePaint() override;
- void DidFlushPaint() override;
gfx::Vector2d GetScrollOffset() override;
void OnSetFocus(bool enable) override;
void OnWasHidden() override;
@@ -584,6 +582,8 @@ class CONTENT_EXPORT RenderViewImpl
const blink::WebGestureEvent& event) override;
bool RenderWidgetWillHandleMouseEvent(
const blink::WebMouseEvent& event) override;
+ void RenderWidgetDidCommitAndDrawCompositorFrame() override;
+ void RenderWidgetDidFlushPaint() override;
// Old WebFrameClient implementations ----------------------------------------
« no previous file with comments | « no previous file | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698