summaryrefslogtreecommitdiffstats
path: root/cc/trees/proxy.h
diff options
context:
space:
mode:
authorpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-10 00:41:11 +0000
committerpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-10 00:41:11 +0000
commit17e0843927433cb7c6bf679828432a31f5781582 (patch)
tree5e0b9dd2a5c277d784ebac586f5ab0b82979fdbc /cc/trees/proxy.h
parent2a1d6df0dce7af3b2a4722a93f7dc61388557a0c (diff)
downloadchromium_src-17e0843927433cb7c6bf679828432a31f5781582.zip
chromium_src-17e0843927433cb7c6bf679828432a31f5781582.tar.gz
chromium_src-17e0843927433cb7c6bf679828432a31f5781582.tar.bz2
Remove old texture path in TextureLayer
This lets us also remove LayerTreeHost::AcquireLayerTextures and related scheduler things. BUG=337922 Review URL: https://codereview.chromium.org/227413011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262878 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 310e3a1..5c72571 100644
--- a/cc/trees/proxy.h
+++ b/cc/trees/proxy.h
@@ -95,8 +95,6 @@ class CC_EXPORT Proxy {
// Maximum number of sub-region texture updates supported for each commit.
virtual size_t MaxPartialTextureUpdates() const = 0;
- virtual void AcquireLayerTextures() = 0;
-
virtual scoped_ptr<base::Value> AsValue() const = 0;
virtual void SetDebugState(const LayerTreeDebugState& debug_state) = 0;