summaryrefslogtreecommitdiffstats
path: root/cc/output/renderer.h
diff options
context:
space:
mode:
authorpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-26 04:11:08 +0000
committerpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-26 04:11:08 +0000
commit0309ba5e0dd0cd544c53de98e17b0261d280bafc (patch)
treecfbda1122db1028816fcca2153c0eeb042632ff5 /cc/output/renderer.h
parentdc000e83ab8ede4242ff2a9df5ec1e195eb3cadc (diff)
downloadchromium_src-0309ba5e0dd0cd544c53de98e17b0261d280bafc.zip
chromium_src-0309ba5e0dd0cd544c53de98e17b0261d280bafc.tar.gz
chromium_src-0309ba5e0dd0cd544c53de98e17b0261d280bafc.tar.bz2
Remove GpuMemoryAllocationForRenderer::enforce_but_do_not_keep_as_policy
It's always false, and we're not planning on using the feature at this point. BUG=None Review URL: https://chromiumcodereview.appspot.com/16972012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208614 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/output/renderer.h')
-rw-r--r--cc/output/renderer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cc/output/renderer.h b/cc/output/renderer.h
index efb1dfc..3070073 100644
--- a/cc/output/renderer.h
+++ b/cc/output/renderer.h
@@ -28,8 +28,6 @@ class CC_EXPORT RendererClient {
virtual const LayerTreeSettings& Settings() const = 0;
virtual void SetFullRootLayerDamage() = 0;
virtual void SetManagedMemoryPolicy(const ManagedMemoryPolicy& policy) = 0;
- virtual void EnforceManagedMemoryPolicy(
- const ManagedMemoryPolicy& policy) = 0;
virtual bool HasImplThread() const = 0;
virtual bool ShouldClearRootRenderPass() const = 0;
virtual CompositorFrameMetadata MakeCompositorFrameMetadata() const = 0;
@@ -84,6 +82,7 @@ class CC_EXPORT Renderer {
RendererClient* client_;
+ private:
DISALLOW_COPY_AND_ASSIGN(Renderer);
};