diff options
author | mmocny@chromium.org <mmocny@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-21 03:22:22 +0000 |
---|---|---|
committer | mmocny@chromium.org <mmocny@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-21 03:22:22 +0000 |
commit | c537090136d23d0064488c27de3bb2ba0f1ac120 (patch) | |
tree | fef63a643ab2518e8ed4e6f4be41c8310e6a5751 /ui/gfx | |
parent | 7ba65591ec4ae167980feea4341de827f8982fb0 (diff) | |
download | chromium_src-c537090136d23d0064488c27de3bb2ba0f1ac120.zip chromium_src-c537090136d23d0064488c27de3bb2ba0f1ac120.tar.gz chromium_src-c537090136d23d0064488c27de3bb2ba0f1ac120.tar.bz2 |
This is the glue that binds the GpuMemoryManager and the WebKit WebGraphicsContext3D GL_CHROMIUM_gpu_memory_manager extension.
Depends on:
1. https://chromiumcodereview.appspot.com/9289052/
2. https://bugs.webkit.org/show_bug.cgi?id=77155
TBR=backer
BUG=114234
TEST=GpuMemoryManager unittests updated
Review URL: https://chromiumcodereview.appspot.com/9234072
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122787 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx')
-rw-r--r-- | ui/gfx/compositor/test_web_graphics_context_3d.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/gfx/compositor/test_web_graphics_context_3d.h b/ui/gfx/compositor/test_web_graphics_context_3d.h index e96748e..d7d1dc6 100644 --- a/ui/gfx/compositor/test_web_graphics_context_3d.h +++ b/ui/gfx/compositor/test_web_graphics_context_3d.h @@ -57,6 +57,8 @@ class TestWebGraphicsContext3D : public WebKit::WebGraphicsContext3D { WebKit::WGC3Denum access); virtual void unmapTexSubImage2DCHROMIUM(const void* data) {} virtual void setVisibilityCHROMIUM(bool visible) {} + virtual void setMemoryAllocationChangedCallbackCHROMIUM( + WebGraphicsMemoryAllocationChangedCallbackCHROMIUM*) { } virtual WebKit::WebString getRequestableExtensionsCHROMIUM(); virtual void requestExtensionCHROMIUM(const char*) {} virtual void blitFramebufferCHROMIUM(WebKit::WGC3Dint src_x0, |