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

Unified Diff: content/renderer/render_view_impl.h

Issue 1774673002: Remove DidCommitCompositorFrame from RenderViewObserver. Base URL: https://chromium.googlesource.com/chromium/src.git@wv4
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 | « content/public/renderer/render_view_observer.h ('k') | 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 25804e3529dd60963495a2aad73c942c1a57f677..7aaa2ed8b6741569c1c6dc6f8a62c703d6469c3b 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -483,7 +483,6 @@ class CONTENT_EXPORT RenderViewImpl
std::vector<gfx::Rect>* character_bounds_in_window) override;
void GetCompositionRange(gfx::Range* range) override;
bool CanComposeInline() override;
- void DidCommitCompositorFrame() override;
void DidCompletePageScaleAnimation() override;
void OnDeviceScaleFactorChanged() override;
« no previous file with comments | « content/public/renderer/render_view_observer.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698