diff options
author | brianderson@chromium.org <brianderson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-18 05:06:11 +0000 |
---|---|---|
committer | brianderson@chromium.org <brianderson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-18 05:06:11 +0000 |
commit | c1490266036958df7d1f2959542b872fe21b8601 (patch) | |
tree | fb84f4e62c1d51ba87a4a7b20f66e02c8475bf2b /cc/test/fake_output_surface_client.h | |
parent | 5e09494c74fbadcd1bf83aedae31b0db86525e46 (diff) | |
download | chromium_src-c1490266036958df7d1f2959542b872fe21b8601.zip chromium_src-c1490266036958df7d1f2959542b872fe21b8601.tar.gz chromium_src-c1490266036958df7d1f2959542b872fe21b8601.tar.bz2 |
cc: Throttle swaps in Scheduler instead of OutputSurface
This doesn't represent a functional change and only moves
the swap throttling logic from the OutputSurface to the
Scheduler.
BUG=311213
Review URL: https://codereview.chromium.org/199523002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264732 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/test/fake_output_surface_client.h')
-rw-r--r-- | cc/test/fake_output_surface_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/test/fake_output_surface_client.h b/cc/test/fake_output_surface_client.h index d64e063..b572c5e 100644 --- a/cc/test/fake_output_surface_client.h +++ b/cc/test/fake_output_surface_client.h @@ -25,7 +25,7 @@ class FakeOutputSurfaceClient : public OutputSurfaceClient { virtual void SetNeedsRedrawRect(const gfx::Rect& damage_rect) OVERRIDE {} virtual void BeginFrame(const BeginFrameArgs& args) OVERRIDE; virtual void DidSwapBuffers() OVERRIDE {} - virtual void OnSwapBuffersComplete() OVERRIDE {} + virtual void DidSwapBuffersComplete() OVERRIDE {} virtual void ReclaimResources(const CompositorFrameAck* ack) OVERRIDE {} virtual void DidLoseOutputSurface() OVERRIDE; virtual void SetExternalDrawConstraints( |