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

Unified Diff: cc/test/fake_proxy.h

Issue 645853008: Standardize usage of virtual/override/final in cc/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Formatted Created 6 years, 2 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/test/fake_picture_pile_impl.h ('k') | cc/test/fake_renderer_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_proxy.h
diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h
index 21324c1d40ef04fefd3d140397206a5caf85f195..2bcacd80d94a3fa342ae5b1fb07047be1166cff7 100644
--- a/cc/test/fake_proxy.h
+++ b/cc/test/fake_proxy.h
@@ -21,30 +21,30 @@ class FakeProxy : public Proxy {
void SetLayerTreeHost(LayerTreeHost* host);
- virtual void FinishAllRendering() override {}
- virtual bool IsStarted() const override;
- virtual void SetOutputSurface(scoped_ptr<OutputSurface>) override {}
- virtual void SetLayerTreeHostClientReady() override {}
- virtual void SetVisible(bool visible) override {}
- virtual const RendererCapabilities& GetRendererCapabilities() const override;
- virtual void SetNeedsAnimate() override {}
- virtual void SetNeedsUpdateLayers() override {}
- virtual void SetNeedsCommit() override {}
- virtual void SetNeedsRedraw(const gfx::Rect& damage_rect) override {}
- virtual void SetNextCommitWaitsForActivation() override {}
- virtual void NotifyInputThrottledUntilCommit() override {}
- virtual void SetDeferCommits(bool defer_commits) override {}
- virtual void MainThreadHasStoppedFlinging() override {}
- virtual bool BeginMainFrameRequested() const override;
- virtual bool CommitRequested() const override;
- virtual void Start() override {}
- virtual void Stop() override {}
- virtual void ForceSerializeOnSwapBuffers() override {}
- virtual size_t MaxPartialTextureUpdates() const override;
- virtual bool SupportsImplScrolling() const override;
- virtual void SetDebugState(const LayerTreeDebugState& debug_state) override {}
- virtual bool MainFrameWillHappenForTesting() override;
- virtual void AsValueInto(base::debug::TracedValue* state) const override;
+ void FinishAllRendering() override {}
+ bool IsStarted() const override;
+ void SetOutputSurface(scoped_ptr<OutputSurface>) override {}
+ void SetLayerTreeHostClientReady() override {}
+ void SetVisible(bool visible) override {}
+ const RendererCapabilities& GetRendererCapabilities() const override;
+ void SetNeedsAnimate() override {}
+ void SetNeedsUpdateLayers() override {}
+ void SetNeedsCommit() override {}
+ void SetNeedsRedraw(const gfx::Rect& damage_rect) override {}
+ void SetNextCommitWaitsForActivation() override {}
+ void NotifyInputThrottledUntilCommit() override {}
+ void SetDeferCommits(bool defer_commits) override {}
+ void MainThreadHasStoppedFlinging() override {}
+ bool BeginMainFrameRequested() const override;
+ bool CommitRequested() const override;
+ void Start() override {}
+ void Stop() override {}
+ void ForceSerializeOnSwapBuffers() override {}
+ size_t MaxPartialTextureUpdates() const override;
+ bool SupportsImplScrolling() const override;
+ void SetDebugState(const LayerTreeDebugState& debug_state) override {}
+ bool MainFrameWillHappenForTesting() override;
+ void AsValueInto(base::debug::TracedValue* state) const override;
virtual RendererCapabilities& GetRendererCapabilities();
void SetMaxPartialTextureUpdates(size_t max);
« no previous file with comments | « cc/test/fake_picture_pile_impl.h ('k') | cc/test/fake_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698