summaryrefslogtreecommitdiffstats
path: root/cc/trees/proxy.h
diff options
context:
space:
mode:
authordanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-15 23:10:50 +0000
committerdanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-15 23:10:50 +0000
commit2aae9679f1d9b29d6429c6029c2fa23934c17136 (patch)
treee68c9e06fa5c75316a00a40501f1c942ad1c3534 /cc/trees/proxy.h
parent7f13f0b1cddc9743da6c315dd1d049aebad3a258 (diff)
downloadchromium_src-2aae9679f1d9b29d6429c6029c2fa23934c17136.zip
chromium_src-2aae9679f1d9b29d6429c6029c2fa23934c17136.tar.gz
chromium_src-2aae9679f1d9b29d6429c6029c2fa23934c17136.tar.bz2
Remove CompositeAndReadback from LayerTreeHost(Impl) and the Proxys.
R=brianderson, enne BUG=251936 Review URL: https://codereview.chromium.org/279013002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270841 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/trees/proxy.h')
-rw-r--r--cc/trees/proxy.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h
index 7ab4a89..bd2ccfe 100644
--- a/cc/trees/proxy.h
+++ b/cc/trees/proxy.h
@@ -47,8 +47,6 @@ class CC_EXPORT Proxy {
virtual ~Proxy();
- virtual bool CompositeAndReadback(void* pixels, const gfx::Rect& rect) = 0;
-
virtual void FinishAllRendering() = 0;
virtual bool IsStarted() const = 0;