diff options
Diffstat (limited to 'chrome/renderer/ggl/ggl.h')
-rw-r--r-- | chrome/renderer/ggl/ggl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/ggl/ggl.h b/chrome/renderer/ggl/ggl.h index cd02c1f..76bbfcb 100644 --- a/chrome/renderer/ggl/ggl.h +++ b/chrome/renderer/ggl/ggl.h @@ -70,7 +70,7 @@ Context* GetCurrentContext(); // last call. For an offscreen context, resolve everything that has been // rendered since the last call to a copy that can be accessed by the parent // context. -bool SwapBuffers(); +bool SwapBuffers(Context* context); // Destroy the given GGL context. bool DestroyContext(Context* context); |