summaryrefslogtreecommitdiffstats
path: root/cc/output/software_output_device.h
diff options
context:
space:
mode:
authorjbauman <jbauman@chromium.org>2015-05-08 13:22:57 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-08 20:23:19 +0000
commite5034a51c8214ee6fed4d2ec928ee7e982eea70e (patch)
tree01cec89346256a65eb9bfc851294270b60cdffa0 /cc/output/software_output_device.h
parent2b72634d970599627d70a7131575d14e26679c3a (diff)
downloadchromium_src-e5034a51c8214ee6fed4d2ec928ee7e982eea70e.zip
chromium_src-e5034a51c8214ee6fed4d2ec928ee7e982eea70e.tar.gz
chromium_src-e5034a51c8214ee6fed4d2ec928ee7e982eea70e.tar.bz2
Remove SoftwareOutputDevice::CopyToPixels and ::Scroll
These aren't called anywhere. Review URL: https://codereview.chromium.org/1136663003 Cr-Commit-Position: refs/heads/master@{#329019}
Diffstat (limited to 'cc/output/software_output_device.h')
-rw-r--r--cc/output/software_output_device.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/cc/output/software_output_device.h b/cc/output/software_output_device.h
index 89ab005..45ce831 100644
--- a/cc/output/software_output_device.h
+++ b/cc/output/software_output_device.h
@@ -48,14 +48,6 @@ class CC_EXPORT SoftwareOutputDevice {
// that it holds to it.
virtual void EndPaint(SoftwareFrameData* frame_data);
- // Copies pixels inside |rect| from the current software framebuffer to
- // |pixels|. Fails if there is no current softwareframebuffer.
- virtual void CopyToPixels(const gfx::Rect& rect, void* pixels);
-
- // Blit the pixel content of the SoftwareOutputDevice by |delta| with the
- // write clipped to |clip_rect|.
- virtual void Scroll(const gfx::Vector2d& delta, const gfx::Rect& clip_rect);
-
// Discard the backing buffer in the surface provided by this instance.
virtual void DiscardBackbuffer() {}