diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-17 22:06:01 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-17 22:06:01 +0000 |
commit | bb1e282c1c62409dcc92e277545c2048685f1ea6 (patch) | |
tree | 4547988f797be8031db359a23e48c6562a74abaf /cc/test/fake_output_surface.h | |
parent | 028ddd6524e941a290b831fb56a9115dc5a95a4b (diff) | |
download | chromium_src-bb1e282c1c62409dcc92e277545c2048685f1ea6.zip chromium_src-bb1e282c1c62409dcc92e277545c2048685f1ea6.tar.gz chromium_src-bb1e282c1c62409dcc92e277545c2048685f1ea6.tar.bz2 |
Move swapcomplete callback into OutputSurface
Things like swap are concepts of an OutputSurface, not a context. Moving the
callbacks to OutputSurface will also reduce cc's knowledge of the context
guts and let us swap out the GL interface.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194394
Review URL: https://codereview.chromium.org/12545018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194700 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/test/fake_output_surface.h')
-rw-r--r-- | cc/test/fake_output_surface.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cc/test/fake_output_surface.h b/cc/test/fake_output_surface.h index e23f8cb..8af8709 100644 --- a/cc/test/fake_output_surface.h +++ b/cc/test/fake_output_surface.h @@ -56,7 +56,6 @@ class FakeOutputSurface : public OutputSurface { new FakeOutputSurface(software_device.Pass(), true)); } - virtual bool BindToClient(OutputSurfaceClient* client) OVERRIDE; virtual void SendFrameToParentCompositor(CompositorFrame* frame) OVERRIDE; CompositorFrame& last_sent_frame() { return last_sent_frame_; } |