summaryrefslogtreecommitdiffstats
path: root/cc/test/fake_proxy.h
diff options
context:
space:
mode:
authorvmpstr <vmpstr@chromium.org>2015-03-10 17:51:57 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-11 00:52:39 +0000
commit891971daef0add294294347c3d57ef63193c08cf (patch)
treeb1b64eda20ff1d115271cf0396f447c5984280dc /cc/test/fake_proxy.h
parentb504aeffd7bd20960daedf9e2d0370d1ecf3f4c2 (diff)
downloadchromium_src-891971daef0add294294347c3d57ef63193c08cf.zip
chromium_src-891971daef0add294294347c3d57ef63193c08cf.tar.gz
chromium_src-891971daef0add294294347c3d57ef63193c08cf.tar.bz2
cc: Remove unused tracing functions from LayerTreeHost(Impl).
This patch removes some of the functionality that is not used. These functions seem like they would be used in traces. However, other functions in the same classes are used instead. R=danakj, enne Review URL: https://codereview.chromium.org/992353002 Cr-Commit-Position: refs/heads/master@{#320011}
Diffstat (limited to 'cc/test/fake_proxy.h')
-rw-r--r--cc/test/fake_proxy.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h
index 2309fef..d5ad313 100644
--- a/cc/test/fake_proxy.h
+++ b/cc/test/fake_proxy.h
@@ -46,7 +46,6 @@ class FakeProxy : public Proxy {
bool SupportsImplScrolling() const override;
void SetDebugState(const LayerTreeDebugState& debug_state) override {}
bool MainFrameWillHappenForTesting() override;
- void AsValueInto(base::trace_event::TracedValue* state) const override;
void SetChildrenNeedBeginFrames(bool children_need_begin_frames) override {}
virtual RendererCapabilities& GetRendererCapabilities();