summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_context_3d_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/proxy/ppb_context_3d_proxy.h')
-rw-r--r--ppapi/proxy/ppb_context_3d_proxy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ppapi/proxy/ppb_context_3d_proxy.h b/ppapi/proxy/ppb_context_3d_proxy.h
index 117dbe0..3e2f953 100644
--- a/ppapi/proxy/ppb_context_3d_proxy.h
+++ b/ppapi/proxy/ppb_context_3d_proxy.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 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.
@@ -100,6 +100,7 @@ class PPB_Context3D_Proxy : public InterfaceProxy {
gpu::CommandBuffer::State* state);
void OnMsgFlush(const HostResource& context,
int32 put_offset,
+ int32 last_known_get,
gpu::CommandBuffer::State* state);
void OnMsgAsyncFlush(const HostResource& context,
int32 put_offset);