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

Unified Diff: cc/trees/proxy_main.h

Issue 2158973002: cc: Clean up LayerTreeTest and TestHooks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: proxy-impls: test Created 4 years, 5 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_unittest.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 f40fe89c9e19e3803e56537182286dcf46745621..bd5f7d7aac4b633475a9b185e357dd42ab301fc2 100644
--- a/cc/trees/proxy_main.h
+++ b/cc/trees/proxy_main.h
@@ -49,20 +49,17 @@ class CC_EXPORT ProxyMain : public Proxy {
COMMIT_PIPELINE_STAGE,
};
- // Virtual for testing.
- virtual void DidCompleteSwapBuffers();
- virtual void SetRendererCapabilities(
- const RendererCapabilities& capabilities);
- virtual void BeginMainFrameNotExpectedSoon();
- virtual void DidCommitAndDrawFrame();
- virtual void SetAnimationEvents(std::unique_ptr<AnimationEvents> events);
- virtual void DidLoseOutputSurface();
- virtual void RequestNewOutputSurface();
- virtual void DidInitializeOutputSurface(
- bool success,
- const RendererCapabilities& capabilities);
- virtual void DidCompletePageScaleAnimation();
- virtual void BeginMainFrame(
+ void DidCompleteSwapBuffers();
+ void SetRendererCapabilities(const RendererCapabilities& capabilities);
+ void BeginMainFrameNotExpectedSoon();
+ void DidCommitAndDrawFrame();
+ void SetAnimationEvents(std::unique_ptr<AnimationEvents> events);
+ void DidLoseOutputSurface();
+ void RequestNewOutputSurface();
+ void DidInitializeOutputSurface(bool success,
+ const RendererCapabilities& capabilities);
+ void DidCompletePageScaleAnimation();
+ void BeginMainFrame(
std::unique_ptr<BeginMainFrameAndCommitState> begin_main_frame_state);
ChannelMain* channel_main() const { return channel_main_.get(); }
« no previous file with comments | « cc/trees/proxy_impl_unittest.cc ('k') | cc/trees/proxy_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698