summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_buffer_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/proxy/ppb_buffer_proxy.h')
-rw-r--r--ppapi/proxy/ppb_buffer_proxy.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ppapi/proxy/ppb_buffer_proxy.h b/ppapi/proxy/ppb_buffer_proxy.h
index 08a2753..cc8f598 100644
--- a/ppapi/proxy/ppb_buffer_proxy.h
+++ b/ppapi/proxy/ppb_buffer_proxy.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -36,7 +36,6 @@ class Buffer : public thunk::PPB_Buffer_API, public Resource {
private:
base::SharedMemory shm_;
uint32_t size_;
- void* mapped_data_;
int map_count_;
DISALLOW_COPY_AND_ASSIGN(Buffer);