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

Unified Diff: cc/trees/proxy_main.h

Issue 1897123002: Remove current implementation of frame timing events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 8 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 | « cc/trees/proxy_impl.cc ('k') | cc/trees/proxy_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/proxy_main.h
diff --git a/cc/trees/proxy_main.h b/cc/trees/proxy_main.h
index 77b61a33a79479bad6cc620b928fb6b6d14681a3..662731244bfa70e3660975e440a06b0967c3d7e0 100644
--- a/cc/trees/proxy_main.h
+++ b/cc/trees/proxy_main.h
@@ -7,7 +7,6 @@
#include "base/macros.h"
#include "cc/base/cc_export.h"
-#include "cc/debug/frame_timing_tracker.h"
#include "cc/input/top_controls_state.h"
#include "cc/output/output_surface.h"
#include "cc/output/renderer_capabilities.h"
@@ -62,10 +61,6 @@ class CC_EXPORT ProxyMain : public Proxy {
bool success,
const RendererCapabilities& capabilities);
virtual void DidCompletePageScaleAnimation();
- virtual void PostFrameTimingEventsOnMain(
- std::unique_ptr<FrameTimingTracker::CompositeTimingSet> composite_events,
- std::unique_ptr<FrameTimingTracker::MainFrameTimingSet>
- main_frame_events);
virtual void BeginMainFrame(
std::unique_ptr<BeginMainFrameAndCommitState> begin_main_frame_state);
« no previous file with comments | « cc/trees/proxy_impl.cc ('k') | cc/trees/proxy_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698